VTCs

List VTC members

get/vtcs/{idOrHandle}/members

Path parameters

idOrHandlestring required

Query parameters

limitinteger

Maximum number of items to return (1-100).

cursorinteger

Offset-based cursor from a previous response's nextCursor, or 0 to start.

offsetinteger

Number of items to skip. Alias of cursor.

pageinteger

1-indexed page number. Alternative to cursor/offset.

pageSizeinteger

Alias of limit, used with page.

Response

OK

nextCursornumber nullable required

Pass as cursor to fetch the next page, or null if this is the last page.

totalinteger required

Total number of items matching the query, across all pages.

Changes

No recorded changes to this endpoint across all 2 revisions of this API.