Get persons by activity id
GET PublicApi/{rewriteUrl}/{language}/Activities/{id}/Persons
?limit={limit}
&idStart={idStart}
You can get the activity id from /Events.
Request Information
URI Parameters
PARAMETERS | ||
---|---|---|
rewriteUrl (string) |
Unique, url-friendly organization token. Part of base url |
Required |
language (string) |
Language in which the localizable values should be returned. Part of base url. Value is either 'fr' or 'en' |
Required |
id (integer) |
Activity id |
Required |
limit (integer) |
Pagination limit in number of results per page. Min value is 5, max value is 250. Default is 250 |
Optional |
idStart (integer) |
Starting item id to return in pagination. Default is 0 |
Optional |
Body Parameters
None.
Response Information
Resource Description
PARAMETERS | ||
---|---|---|
Items () | ||
Page (PageInfo) |