Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request POST \ --url https://api.example.com/api/directory/resources.show-teams \ --header 'Content-Type: application/json' \ --data ' { "resource_id": "872815618512410358", "team_ids": [ "872815618512410358" ], "head": true, "date_range": "2019-11-11/2019-12-12" } '
[ { "team": { "id": "872815618512410358", "name": "<string>" }, "head": true, "date_range": "2019-11-11/2019-12-12", "regrouping": { "redacted": "forbidden" }, "contract_number": { "redacted": "forbidden" }, "external_id": { "redacted": "forbidden" } } ]
Retrieves all team assignations for a specific resource.
"872815618512410358"
"2019-11-11/2019-12-12"
Show child attributes