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

KeyDatatypeRequiredDescription
pagenumberA page number within the paginated result set.
linkstringThe link.id you want to filter by. We highly recommend adding the link.id filter in order to improve your performance.

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"}]}