Retrieves all the task activities
Request Information
URI Parameters :
None.
Body Parameters :
None.
Response Information
Resource Description :
task_activityName | Description | Type | Additional information |
---|---|---|---|
id | globally unique identifier |
Required |
|
reference_back_office | string | ||
name | string |
Required Max length: 64 |
|
description | string | ||
only_for_system | boolean | ||
modified_dateutc |
Readonly system field managed by database, filled with GetUtcDate when adding,updating |
date |
Response Formats
application/json, text/json
Sample:
{ "id": "bd0e074f-7b2c-4c1e-a528-ede8a7afa7c1", "reference_back_office": "sample string 2", "name": "sample string 3", "description": "sample string 4", "only_for_system": true, "modified_dateutc": "2024-11-21T09:50:07.2439469+00:00" }