Retrieve a single label group country assignment.
GET {{baseUrl}}/LabelGroupCountryAssignments({{ID}})?$select=country_countryId,country_countryId&$expand=study,labelGroup
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
$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
{"ID":"\u003cuuid\u003e","validFrom":"\u003cdate\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","labelGroup":{"nullable":true,"value":"\u003cCircular reference to #/components/schemas/com.sap.ctsm.backend.core.api.study.v1.StudyAPIv1.LabelGroups detected\u003e"},"labelGroup_ID":"\u003cuuid\u003e","country":{"refreshedAt":"\u003cdateTime\u003e","countryId":"\u003cstring\u003e","countryName":"\u003cstring\u003e","daysOffset":"\u003cinteger\u003e","texts":[{"locale":"\u003cstring\u003e","countryId":"\u003cstring\u003e","countryName":"\u003cstring\u003e"},{"locale":"\u003cstring\u003e","countryId":"\u003cstring\u003e","countryName":"\u003cstring\u003e"}],"texts@odata.count":"\u003cnumber\u003e","localized":{"locale":"\u003cstring\u003e","countryId":"\u003cstring\u003e","countryName":"\u003cstring\u003e"}},"country_countryId":"\u003cstring\u003e"}