Get Roster Contents

Retrieve the contents of a roster.

GET https://api.sonorancms.com/v2/community/rosters/1

Rate limit: 9 requests per minute

Authenticated v2 endpoints are rate limited per credential rather than per IP address.

Retrieve the contents of a roster.

Route Parameters

| Name | Type | Required | Description |

| --- | --- | --- | --- |

| rosterId | number | Yes | Target rosterId. |

Query Parameters

| Name | Type | Required | Description |

| --- | --- | --- | --- |

| skip | number | Yes | See example request for the shape. |

| limit | number | Yes | See example request for the shape. |

Example Request

Response

The data object includes the paginated roster rows, paging metadata, and the roster column definitions that were used to shape the rows. Row keys are dynamic and follow the roster template.

Last updated

Was this helpful?