Get CRB inventory

Securityaccess_auth
Request
path Parameters
crb_id
required
string^[0-9a-fA-F]{8}\b-[0-9a-fA-F]{4}\b-[0-9a-fA-F...

CRB Id

query Parameters
limit
integer <int32> [ 1 .. 100 ]
Default: 100

The page size

offset
integer <int32> >= 0
Default: 0

The page offset

expand
boolean

Expands the response by including product data related to this resource

Responses
200

Ok

401

Unauthorized

403

Forbidden

404

Not Found

422

Validation Failed

get/crbs/{crb_id}/inventory
Response samples
application/json
{
  • "data": [
    ],
  • "metadata": {
    }
}