Corporate Entities

SecurityJWT
Request
query Parameters
accountIds
Array of strings

Account ids: if specified, limits results to the items related to the accounts whose ids match the provided set; otherwise, all results related to any authorized account will be returned

$filter
string

OData-like filter expression

$count
boolean

Whether to include the count of records with the result

$orderby
string

Comma-separated list of columns for sorting

$skip
integer <int32>

Number of records to skip

$top
integer <int32>

Maximum number of records to return

Responses
200

Success

400

Invalid parameter(s)

401

Unauthorized access

403

Permission denied

429

Server too busy or acceptable use policy violation

500

An unexpected error has occurred

get/api/corporateEntity
Response samples
application/json
{
  • "@count": 0,
  • "value": [
    ]
}