Retrieve a list of kit type country regulatory statuses.
GET {{baseUrl}}/KitTypeCountryRegulatoryStatuses?$top=<integer>&$skip=<integer>&$search=<string>&$filter=<string>&$count=<boolean>&$orderby=kitTypeMaterialLabelGroupAssignment_ID,createdAt desc&$select=kitType_ID,kitTypeMaterialLabelGroupAssignment_ID&$expand=labelGroupAssignment,kitTypeMaterialLabelGroupAssignment
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
$top | string | Show only the first n items, see Paging - Top | |
$skip | string | Skip the first n items, see Paging - Skip | |
$search | string | Search items by search phrases, see Searching | |
$filter | string | Filter items by property values, see Filtering | |
$count | string | Include count of items, see Count | |
$orderby | string | Order items by property values, see Sorting | |
$select | string | Select properties to be returned, see Select | |
$expand | string | Expand related entities, see Expand |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
{"@odata.count":"\u003cnumber\u003e","value":[{"createdAt":"\u003cdateTime\u003e","createdBy":"\u003cstring\u003e","modifiedAt":"\u003cdateTime\u003e","modifiedBy":"\u003cstring\u003e","ID":"\u003cuuid\u003e","study":{"nullable":true,"value":"\u003cCircular reference to #/components/schemas/com.sap.ctsm.backend.core.api.study.v1.StudyAPIv1.Studies detected\u003e"},"study_ID":"\u003cuuid\u003e","kitType":{"nullable":true,"value":"\u003cCircular reference to #/components/schemas/com.sap.ctsm.backend.core.api.study.v1.StudyAPIv1.KitTypes detected\u003e"},"kitType_ID":"\u003cuuid\u003e","kitTypeMaterialLabelGroupAssignment":{"nullable":true,"value":"\u003cCircular reference to #/components/schemas/com.sap.ctsm.backend.core.api.study.v1.StudyAPIv1.KitTypeMaterialLabelGroupAssignments detected\u003e"},"kitTypeMaterialLabelGroupAssignment_ID":"\u003cuuid\u003e","labelGroupAssignment":{"nullable":true,"value":"\u003cCircular reference to #/components/schemas/com.sap.ctsm.backend.core.api.study.v1.StudyAPIv1.KitTypeLabelGroupAssignments detected\u003e"},"labelGroupAssignment_ID":"\u003cuuid\u003e","materialID":"\u003cstring\u003e","countryID":"\u003cstring\u003e","regulatoryStatus":{"nullable":true,"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"},"regulatoryStatus_code":4},{"createdAt":"\u003cdateTime\u003e","createdBy":"\u003cstring\u003e","modifiedAt":"\u003cdateTime\u003e","modifiedBy":"\u003cstring\u003e","ID":"\u003cuuid\u003e","study":{"nullable":true,"value":"\u003cCircular reference to #/components/schemas/com.sap.ctsm.backend.core.api.study.v1.StudyAPIv1.Studies detected\u003e"},"study_ID":"\u003cuuid\u003e","kitType":{"nullable":true,"value":"\u003cCircular reference to #/components/schemas/com.sap.ctsm.backend.core.api.study.v1.StudyAPIv1.KitTypes detected\u003e"},"kitType_ID":"\u003cuuid\u003e","kitTypeMaterialLabelGroupAssignment":{"nullable":true,"value":"\u003cCircular reference to #/components/schemas/com.sap.ctsm.backend.core.api.study.v1.StudyAPIv1.KitTypeMaterialLabelGroupAssignments detected\u003e"},"kitTypeMaterialLabelGroupAssignment_ID":"\u003cuuid\u003e","labelGroupAssignment":{"nullable":true,"value":"\u003cCircular reference to #/components/schemas/com.sap.ctsm.backend.core.api.study.v1.StudyAPIv1.KitTypeLabelGroupAssignments detected\u003e"},"labelGroupAssignment_ID":"\u003cuuid\u003e","materialID":"\u003cstring\u003e","countryID":"\u003cstring\u003e","regulatoryStatus":{"nullable":true,"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"},"regulatoryStatus_code":4}]}