Retrieves all the task_activities

Request Information

URI Parameters :

None.

Body Parameters :

None.

Response Information

Resource Description :

IHttpActionResult

task_activity
NameDescriptionTypeAdditional information
id

Primary Key

globally unique identifier
name

string
only_for_system

boolean
sales_organization_id

globally unique identifier
modified_dateutc

Readonly system field managed by database, filled with GetUtcDate when adding,updating

date

Response Formats

application/json, text/json

Sample:
{
  "id": "ce5aa5a5-bc7c-434f-8837-4a8267059d0b",
  "name": "sample string 2",
  "only_for_system": true,
  "sales_organization_id": "c0c5e0fe-b168-4699-a2d5-ea831f1534e0",
  "modified_dateutc": "2026-03-07T13:20:08.9414868+00:00"
}

application/xml, text/xml

Sample:
<task_activity xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
  <id>ce5aa5a5-bc7c-434f-8837-4a8267059d0b</id>
  <modified_dateutc>2026-03-07T13:20:08.941Z</modified_dateutc>
  <name>sample string 2</name>
  <only_for_system>true</only_for_system>
  <sales_organization_id>c0c5e0fe-b168-4699-a2d5-ea831f1534e0</sales_organization_id>
</task_activity>