{
"type": "object",
"properties": {
"PCID": {
"type": "string",
"description": "Pink Connect ID for the authenticated connection"
},
"$top": {
"type": "integer",
"description": "Show only the first n items, see [OData Paging - Top](http://docs.oasis-open.org/odata/odata/v4.0/odata-v4.0-part1-protocol.html#_Toc445374630)"
},
"$skip": {
"type": "integer",
"description": "Skip the first n items, see [OData Paging - Skip](http://docs.oasis-open.org/odata/odata/v4.0/odata-v4.0-part1-protocol.html#_Toc445374631)"
},
"$search": {
"type": "string",
"description": "Search items by search phrases, see [OData Searching](http://docs.oasis-open.org/odata/odata/v4.0/odata-v4.0-part1-protocol.html#_Toc445374633)"
},
"$filter": {
"type": "string",
"description": "Filter items by property values, see [OData Filtering](http://docs.oasis-open.org/odata/odata/v4.0/odata-v4.0-part1-protocol.html#_Toc445374625)"
},
"$count": {
"type": "boolean",
"description": "Include count of items, see [OData Count](http://docs.oasis-open.org/odata/odata/v4.0/odata-v4.0-part1-protocol.html#_Toc445374632)"
},
"$orderby": {
"type": "array",
"items": {
"type": "string",
"enum": [
"de_DE",
"de_DE desc",
"en_GB",
"en_GB desc",
"en_US",
"en_US desc",
"es_ES",
"es_ES desc",
"fr_FR",
"fr_FR desc",
"ja_JP",
"ja_JP desc",
"key",
"key desc",
"ko_KR",
"ko_KR desc",
"nl_NL",
"nl_NL desc",
"pt_BR",
"pt_BR desc",
"pt_PT",
"pt_PT desc",
"ru_RU",
"ru_RU desc",
"value",
"value desc",
"zh_CN",
"zh_CN desc",
"zh_TW",
"zh_TW desc"
]
},
"description": "Order items by property values, see [OData Sorting](http://docs.oasis-open.org/odata/odata/v4.0/odata-v4.0-part1-protocol.html#_Toc445374629)"
},
"$select": {
"type": "array",
"items": {
"type": "string",
"enum": [
"de_DE",
"en_GB",
"en_US",
"es_ES",
"fr_FR",
"ja_JP",
"key",
"ko_KR",
"nl_NL",
"pt_BR",
"pt_PT",
"ru_RU",
"value",
"zh_CN",
"zh_TW"
]
},
"description": "Select properties to be returned, see [OData Select](http://docs.oasis-open.org/odata/odata/v4.0/odata-v4.0-part1-protocol.html#_Toc445374620)"
}
},
"required": [
"PCID"
]
}