Beispielanfrage
GET https://api.jupiter-erp.com/api/account/task-groups/example-id
Code
curl -X GET 'https://api.jupiter-erp.com/api/account/task-groups/example-id' \
-H 'Authorization: Bearer YOUR_API_TOKEN' \
-H 'X-Account-Uuid: YOUR_ACCOUNT_UUID' \
-H 'Accept: application/json'Parameter
| Name | In | Pflicht | Beschreibung |
|---|---|---|---|
| id | path | ja | — |
Antworten
200OK
ModellTaskGroup
| Feld | Typ | Beschreibung | |||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| created_at | string (date-time) | Creation timestamp in ISO 8601 format. | |||||||||
| entity | object |
| |||||||||
| entity_id | integer | — | |||||||||
| entity_type | string | — | |||||||||
| id* | integer | — | |||||||||
| name* | string | — | |||||||||
| ordering | integer | — | |||||||||
| tasks_count | integer | — | |||||||||
| updated_at | string (date-time) | Last update timestamp in ISO 8601 format. |
Beispiel Response
{
"id": 0,
"name": "string",
"ordering": 0,
"entity_type": "string",
"entity_id": 0,
"entity": {
"id": 0,
"name": "string"
}
}TaskGroups