List or find ResourceCatalog objects

This operation list or find ResourceCatalog entities

Request
Security:
OAuth2 (openid)
query Parameters
fields
string

Comma-separated properties to be provided in response

offset
integer

Requested index for start of resources to be provided in response

limit
integer

Requested number of resources to be provided in response

sort
string

Comma-separated properties to provide sort order, use '-' for sorting in desc order

Responses
200

Success

400

Bad Request

401

Unauthorized

403

Forbidden

404

Not Found

405

Method Not allowed

409

Conflict

500

Internal Server Error

get/resourceCatalog
Request samples
curl -i -X GET \
  'https://bss.totogi.com/resourceCatalog/v4/resourceCatalog?fields=string&offset=0&limit=0&sort=string' \
  -H 'Authorization: Bearer <YOUR_TOKEN_HERE>'
Response samples
application/json;charset=utf-8
[
  • {
    }
]