States
Get project membership history
Read-only state history for project memberships (admin/owner of the project organization only).
get/api/fsm/projects/{project_id}/membership-history/
Path parameters
project_idinteger required
Query parameters
orderingstring
Which field to use when ordering the results.
pageinteger
A page number within the paginated result set.
page_sizeinteger
Number of results to return per page.
sincestring date-time
Only include state rows recorded at or after this ISO 8601 timestamp.
untilstring date-time
Only include state rows recorded at or before this ISO 8601 timestamp.
user_idinteger
Filter the history to a single user.
Response
Example response
{
"count": 123,
"next": "http://api.example.org/accounts/?page=4",
"previous": "http://api.example.org/accounts/?page=2"
}