Category: Category

Доступы к OTAPI:

IMAGES IMAGES Method GetCategoryInfo

Get category information

Test request

Argument Type Value
instanceKey String
Key for working with OTAPI
language String
language for requested data
signature String
Signature to identify the request. Used only if the key has a secret. See details in Signing OT API requests.
timestamp String
Timestamp for signature. Used only if the key has a secret. See details in Signing OT API requests.
categoryId String
Category identifier

Response

Argument Type Value
instanceKey String f867ebf2-219f-471a-81b8-078b434a1a78
language String en
categoryId Int32 0

Type
Request
curl -X GET "http://otapi.net/service/GetCategoryInfo?instanceKey=f867ebf2-219f-471a-81b8-078b434a1a78&language=en&categoryId=0"
curl -X POST "http://otapi.net/service/GetCategoryInfo" -H "Content-Type: application/x-www-form-urlencoded" -d "instanceKey=f867ebf2-219f-471a-81b8-078b434a1a78&language=en&categoryId=0"