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

KeyDatatypeRequiredDescription
$topstringShow only the first n items, see Paging - Top
$skipstringSkip the first n items, see Paging - Skip
$searchstringSearch items by search phrases, see Searching
$filterstringFilter items by property values, see Filtering
$countstringInclude count of items, see Count
$orderbystringOrder items by property values, see Sorting
$selectstringSelect properties to be returned, see Select
$expandstringExpand related entities, see Expand

HEADERS

KeyDatatypeRequiredDescription
Acceptstring

RESPONSES

status: OK

{&quot;@odata.count&quot;:&quot;\u003cnumber\u003e&quot;,&quot;value&quot;:[{&quot;createdAt&quot;:&quot;\u003cdateTime\u003e&quot;,&quot;createdBy&quot;:&quot;\u003cstring\u003e&quot;,&quot;modifiedAt&quot;:&quot;\u003cdateTime\u003e&quot;,&quot;modifiedBy&quot;:&quot;\u003cstring\u003e&quot;,&quot;ID&quot;:&quot;\u003cuuid\u003e&quot;,&quot;study&quot;:{&quot;nullable&quot;:true,&quot;value&quot;:&quot;\u003cCircular reference to #/components/schemas/com.sap.ctsm.backend.core.api.study.v1.StudyAPIv1.Studies detected\u003e&quot;},&quot;study_ID&quot;:&quot;\u003cuuid\u003e&quot;,&quot;kitType&quot;:{&quot;nullable&quot;:true,&quot;value&quot;:&quot;\u003cCircular reference to #/components/schemas/com.sap.ctsm.backend.core.api.study.v1.StudyAPIv1.KitTypes detected\u003e&quot;},&quot;kitType_ID&quot;:&quot;\u003cuuid\u003e&quot;,&quot;kitTypeMaterialLabelGroupAssignment&quot;:{&quot;nullable&quot;:true,&quot;value&quot;:&quot;\u003cCircular reference to #/components/schemas/com.sap.ctsm.backend.core.api.study.v1.StudyAPIv1.KitTypeMaterialLabelGroupAssignments detected\u003e&quot;},&quot;kitTypeMaterialLabelGroupAssignment_ID&quot;:&quot;\u003cuuid\u003e&quot;,&quot;labelGroupAssignment&quot;:{&quot;nullable&quot;:true,&quot;value&quot;:&quot;\u003cCircular reference to #/components/schemas/com.sap.ctsm.backend.core.api.study.v1.StudyAPIv1.KitTypeLabelGroupAssignments detected\u003e&quot;},&quot;labelGroupAssignment_ID&quot;:&quot;\u003cuuid\u003e&quot;,&quot;materialID&quot;:&quot;\u003cstring\u003e&quot;,&quot;countryID&quot;:&quot;\u003cstring\u003e&quot;,&quot;regulatoryStatus&quot;:{&quot;nullable&quot;:true,&quot;value&quot;:&quot;\u003cError: Too many levels of nesting to fake this schema\u003e&quot;},&quot;regulatoryStatus_code&quot;:4},{&quot;createdAt&quot;:&quot;\u003cdateTime\u003e&quot;,&quot;createdBy&quot;:&quot;\u003cstring\u003e&quot;,&quot;modifiedAt&quot;:&quot;\u003cdateTime\u003e&quot;,&quot;modifiedBy&quot;:&quot;\u003cstring\u003e&quot;,&quot;ID&quot;:&quot;\u003cuuid\u003e&quot;,&quot;study&quot;:{&quot;nullable&quot;:true,&quot;value&quot;:&quot;\u003cCircular reference to #/components/schemas/com.sap.ctsm.backend.core.api.study.v1.StudyAPIv1.Studies detected\u003e&quot;},&quot;study_ID&quot;:&quot;\u003cuuid\u003e&quot;,&quot;kitType&quot;:{&quot;nullable&quot;:true,&quot;value&quot;:&quot;\u003cCircular reference to #/components/schemas/com.sap.ctsm.backend.core.api.study.v1.StudyAPIv1.KitTypes detected\u003e&quot;},&quot;kitType_ID&quot;:&quot;\u003cuuid\u003e&quot;,&quot;kitTypeMaterialLabelGroupAssignment&quot;:{&quot;nullable&quot;:true,&quot;value&quot;:&quot;\u003cCircular reference to #/components/schemas/com.sap.ctsm.backend.core.api.study.v1.StudyAPIv1.KitTypeMaterialLabelGroupAssignments detected\u003e&quot;},&quot;kitTypeMaterialLabelGroupAssignment_ID&quot;:&quot;\u003cuuid\u003e&quot;,&quot;labelGroupAssignment&quot;:{&quot;nullable&quot;:true,&quot;value&quot;:&quot;\u003cCircular reference to #/components/schemas/com.sap.ctsm.backend.core.api.study.v1.StudyAPIv1.KitTypeLabelGroupAssignments detected\u003e&quot;},&quot;labelGroupAssignment_ID&quot;:&quot;\u003cuuid\u003e&quot;,&quot;materialID&quot;:&quot;\u003cstring\u003e&quot;,&quot;countryID&quot;:&quot;\u003cstring\u003e&quot;,&quot;regulatoryStatus&quot;:{&quot;nullable&quot;:true,&quot;value&quot;:&quot;\u003cError: Too many levels of nesting to fake this schema\u003e&quot;},&quot;regulatoryStatus_code&quot;:4}]}