Deutsch
cURL
curl --request GET \ --url https://www.firmium.de/api/v1/companies/{company_uuid}/tags/ \ --cookie sessionid=
{ "count": 123, "results": [ { "id": 123, "company": 123, "company_name": "<string>", "tag": "<string>", "created_at": "2023-11-07T05:31:56Z" } ], "next": "http://api.example.org/accounts/?page=4", "previous": "http://api.example.org/accounts/?page=2" }
UUID of the company
Which field to use when ordering the results.
A page number within the paginated result set.
A search term.
123
Anzeigen untergeordnete attribute
"http://api.example.org/accounts/?page=4"
"http://api.example.org/accounts/?page=2"
War diese Seite hilfreich?