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": "235260f2-75d4-4c82-ad3e-a533ed2bbfac",
  "name": "sample string 2",
  "only_for_system": true,
  "sales_organization_id": "34e03608-63f8-4466-9a13-22285a981643",
  "modified_dateutc": "2026-06-16T22:27:28.5153731+00:00"
}

application/xml, text/xml

Sample:
<task_activity xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
  <id>235260f2-75d4-4c82-ad3e-a533ed2bbfac</id>
  <modified_dateutc>2026-06-16T22:27:28.515Z</modified_dateutc>
  <name>sample string 2</name>
  <only_for_system>true</only_for_system>
  <sales_organization_id>34e03608-63f8-4466-9a13-22285a981643</sales_organization_id>
</task_activity>