List all tax compliance statuses
GET {{baseUrl}}/api/tax-compliance-status/?page=1&link=uuid
Documentation π
See detailed documentation for the List all tax compliance statuses call in our API Reference .
Request Params
| Key | Datatype | Required | Description |
| page
| number | | A page number within the paginated result set. |
| link
| string | | The link.id
you want to filter by. We highly recommend adding the link.id
filter in order to improve your performance. |
HEADERS
| Key | Datatype | Required | Description |
RESPONSES
status: OK
{"count":"\u003cinteger\u003e","next":"\u003cstring\u003e","previous":"\u003cstring\u003e","results":[{"id":"\u003cuuid\u003e","collected_at":"\u003cdateTime\u003e","internal_identification":"\u003cstring\u003e","pdf":"\u003cbinary\u003e","rfc":"\u003cstring\u003e","outcome":"\u003cstring\u003e"},{"id":"\u003cuuid\u003e","collected_at":"\u003cdateTime\u003e","internal_identification":"\u003cstring\u003e","pdf":"\u003cbinary\u003e","rfc":"\u003cstring\u003e","outcome":"\u003cstring\u003e"}]}