Retrieves the task_activity_log with the specified key

Request Information

URI Parameters :

NameDescriptionTypeAdditional information
id

globally unique identifier

Required

Body Parameters :

None.

Response Information

Resource Description :

IHttpActionResult

task_activity_log
NameDescriptionTypeAdditional information
id

Primary Key

globally unique identifier

Required

task_id

Task id

globally unique identifier

Optionally required : task_id, task_reference_back_office or task must be provided

task_reference_back_office

Embedded code "task" using ERP PK when adding/updating task_activity_log

string

Optionally required : task_id, task_reference_back_office or task must be provided

task

Embedded entity "task" using node when adding/updating task_activity_log

task

Optionally required : task_id, task_reference_back_office or task must be provided

task_activity_id

task_activity_id

globally unique identifier

Optionally required : task_activity_id, task_activity_reference_back_office or task_activity must be provided

task_activity_reference_back_office

Embedded code "task_activity" using ERP PK when adding/updating task_activity_log

string

Optionally required : task_activity_id, task_activity_reference_back_office or task_activity must be provided

task_activity

Embedded entity "task_activity" using node when adding/updating task_activity_log

task_activity

Optionally required : task_activity_id, task_activity_reference_back_office or task_activity must be provided

user_id

user_id

globally unique identifier

Optionally required : user_id, user_code or user must be provided

user_code

Embedded code "user" using ERP PK when adding/updating task_activity_log

string

Optionally required : user_id, user_code or user must be provided

user

Embedded entity "user" using node when adding/updating task_activity_log

user

Optionally required : user_id, user_code or user must be provided

contact_id

contact_id

globally unique identifier

Optionally required : contact_id, contact_reference_back_office or contact must be provided

contact_reference_back_office

Embedded code "contact" using ERP PK when adding/updating task_activity_log

string

Optionally required : contact_id, contact_reference_back_office or contact must be provided

contact

Embedded entity "contact" using node when adding/updating task_activity_log

contact

Optionally required : contact_id, contact_reference_back_office or contact must be provided

subject

Saubject

string

Max length: 64

description

Description

string
due_date

Date+Time of the due date

date

Required

is_closed

is_closed

boolean
date_closed

Date+Time of the date_closed

date

Required

reference_back_office

reference_back_office of task_activity_log

string
modified_dateutc

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

date

Response Formats

application/json, text/json

Sample:
{
  "id": "e15bb3c8-e6f2-4fda-9467-c92ceddda380",
  "task_id": "8ae5efac-d6e5-4879-ab2a-426bfacaff15",
  "task_reference_back_office": "sample string 3",
  "task_activity_id": "09e11930-6b34-4eb2-9ba9-8da97b772d6f",
  "task_activity_reference_back_office": "sample string 5",
  "user_id": "aa98d6bd-1dc3-47cf-8caa-937652fd5ddc",
  "user_code": "sample string 7",
  "contact_id": "27189e31-9cb4-4ec6-8496-e562650c12d2",
  "contact_reference_back_office": "sample string 9",
  "subject": "sample string 10",
  "description": "sample string 11",
  "due_date": "2024-03-27T08:18:53.5492753+00:00",
  "is_closed": true,
  "date_closed": "2024-03-27T08:18:53.5492753+00:00",
  "reference_back_office": "sample string 15",
  "modified_dateutc": "2024-03-27T08:18:53.5492753+00:00"
}