Retrieve a list of country label groups of a kit type.
GET {{baseUrl}}/KitTypes({{ID}})/countryLabelGroups?$top=<integer>&$skip=<integer>&$search=<string>&$filter=<string>&$count=<boolean>&$orderby=kitType_ID desc,validFrom&$select=isActive,country_countryId
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 |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
{"@odata.count":"\u003cnumber\u003e","value":[{"ID":"\u003cstring\u003e","kitType_ID":"\u003cuuid\u003e","kitTypeID":"\u003cstring\u003e","kitTypeDescription":"\u003cstring\u003e","country_countryId":"\u003cstring\u003e","labelGroupAssignment_ID":"\u003cstring\u003e","labelGroup_ID":"\u003cstring\u003e","labelGroupID":"\u003cstring\u003e","labelGroupDescription":"\u003cstring\u003e","validFrom":"\u003cdate\u003e","isActive":"\u003cboolean\u003e","isPast":"\u003cboolean\u003e"},{"ID":"\u003cstring\u003e","kitType_ID":"\u003cuuid\u003e","kitTypeID":"\u003cstring\u003e","kitTypeDescription":"\u003cstring\u003e","country_countryId":"\u003cstring\u003e","labelGroupAssignment_ID":"\u003cstring\u003e","labelGroup_ID":"\u003cstring\u003e","labelGroupID":"\u003cstring\u003e","labelGroupDescription":"\u003cstring\u003e","validFrom":"\u003cdate\u003e","isActive":"\u003cboolean\u003e","isPast":"\u003cboolean\u003e"}]}