HTTP API: events
The 3 operations tagged events, each with its parameters, its body and what it answers.
What happened to this document
GET /v1/documents/{id_or_ref}/events
Return this item's history, newest first.
Parameters
workspace_id(stringornull, in query): Which workspace, by id or slug. Needed when you can reach several.order(stringornull, in query): '-seq' (default, newest first) or 'seq' for oldest first.limit(integerornull, in query): How many to return. At least 1; capped at the instance's max_page_size.cursor(stringornull, in query): Continue after a page.format(stringornull, in query): 'full' (default), 'compact' for one aligned line per item, or 'ids' for the addresses alone. Compact is roughly a twentieth the size of full.fields(stringornull, in query): Comma-separated field names to return instead of the whole item, e.g. 'ref,title,due_at'. GET /v1/meta lists what each entity has. Cannot be combined with 'format'.
Responses
200:Collection_Event_. Successful Response422:HTTPValidationError. Validation Error
What happened to this project
GET /v1/projects/{id_or_key}/events
Return this item's history, newest first.
Parameters
workspace_id(stringornull, in query): Which workspace, by id or slug. Needed when you can reach several.order(stringornull, in query): '-seq' (default, newest first) or 'seq' for oldest first.limit(integerornull, in query): How many to return. At least 1; capped at the instance's max_page_size.cursor(stringornull, in query): Continue after a page.format(stringornull, in query): 'full' (default), 'compact' for one aligned line per item, or 'ids' for the addresses alone. Compact is roughly a twentieth the size of full.fields(stringornull, in query): Comma-separated field names to return instead of the whole item, e.g. 'ref,title,due_at'. GET /v1/meta lists what each entity has. Cannot be combined with 'format'.
Responses
200:Collection_Event_. Successful Response422:HTTPValidationError. Validation Error
What happened to this task
GET /v1/tasks/{id_or_ref}/events
Return this item's history, newest first.
Parameters
workspace_id(stringornull, in query): Which workspace, by id or slug. Needed when you can reach several.order(stringornull, in query): '-seq' (default, newest first) or 'seq' for oldest first.limit(integerornull, in query): How many to return. At least 1; capped at the instance's max_page_size.cursor(stringornull, in query): Continue after a page.format(stringornull, in query): 'full' (default), 'compact' for one aligned line per item, or 'ids' for the addresses alone. Compact is roughly a twentieth the size of full.fields(stringornull, in query): Comma-separated field names to return instead of the whole item, e.g. 'ref,title,due_at'. GET /v1/meta lists what each entity has. Cannot be combined with 'format'.
Responses
200:Collection_Event_. Successful Response422:HTTPValidationError. Validation Error