Retrieves the task with the specified key
Request Information
URI Parameters :
| Name | Description | Type | Additional information | 
|---|---|---|---|
| id | globally unique identifier | 
                                 Required  | 
                
Body Parameters :
None.
Response Information
Resource Description :
IHttpActionResult
task| Name | Description | Type | Additional information | 
|---|---|---|---|
| id | 
                         Primary Key  | 
                    globally unique identifier | |
| task_type_id | 
                         Foreign key of task type for this task  | 
                    globally unique identifier | 
                                 Optionally required : task_type_id, task_type_code or task_type must be provided  | 
                
| task_type_code | 
                         Embedded entity "task_type" using ERP PK when adding/updating task  | 
                    string | 
                                 Optionally required : task_type_id, task_type_code or task_type must be provided  | 
                
| task_type | 
                         Embedded entity "task_type" when adding/updating task  | 
                    task_type | 
                                 Optionally required : task_type_id, task_type_code or task_type must be provided  | 
                
| task_status_id | 
                         Foreign key of task status for this task.If nothing specified, the system will uses the default task_status available  | 
                    globally unique identifier | |
| task_status_reference_back_office | 
                         Embedded entity "task_status" using ERP PK when adding/updating task  | 
                    string | |
| task_status | 
                         Embedded entity "task_status" when adding/updating task  | 
                    task_status | |
| task_priority_id | 
                         Foreign key of task priority for this task  | 
                    globally unique identifier | 
                                 Optionally required : task_priority_id, task_priority_code or task_priority must be provided  | 
                
| task_priority_code | 
                         Embedded entity "task_priority" using ERP PK when adding/updating task  | 
                    string | 
                                 Optionally required : task_priority_id, task_priority_code or task_priority must be provided  | 
                
| task_priority | 
                         Embedded entity "task_priority" when adding/updating task  | 
                    task_priority | 
                                 Optionally required : task_priority_id, task_priority_code or task_priority must be provided  | 
                
| company_id | 
                         The company linked to this task  | 
                    globally unique identifier | 
                                 Optionally required : company_id, company_code or company must be provided  | 
                
| company_code | 
                         Embedded entity "company" using ERP PK when adding/updating task  | 
                    string | 
                                 Optionally required : company_id, company_code or company must be provided  | 
                
| company | 
                         Embedded entity "company" when adding/updating task  | 
                    company | 
                                 Optionally required : company_id, company_code or company must be provided  | 
                
| to_db_table_id | 
                         Foreign key to the table that is linked to this task (Example:project or jobs) using Guid  | 
                    globally unique identifier | |
| to_db_table_name | 
                         Foreign key to the table that is linked to this task (Example:project or jobs) using table name  | 
                    string | |
| to_id_in_table | 
                         Foreign key of the object that is linked to this task using Wello Guid Primary Key (Exemple:project.id or jobs.id)  | 
                    globally unique identifier | |
| subject | 
                         Subject of the Task  | 
                    string | 
                                 Required Max length: 150  | 
                
| remark | 
                         Remark of the Task (long text area field)  | 
                    string | |
| internal_remark | string | 
                                 Max length: 4000  | 
                |
| customer_reference | 
                         Reference of this task for the customer  | 
                    string | 
                                 Max length: 50  | 
                
| assigned_to_user_id | 
                         Foreign key of the user on which the task has been assigned. If not filled, the system can fill it automatically based on the task_type. When a task is assigned to somebody, the field date_assigned will be filled  | 
                    globally unique identifier | |
| assigned_to_user_group_id | 
                         Foreign key of the user_group on which the task will be assigned. If not filled, the system can fill it automatically based on the task_type  | 
                    globally unique identifier | |
| date_create | 
                         Creation date+time. Automaticaly filled when adding if no value specified  | 
                    date | |
| date_start | 
                         Starting date of the task (date_start in the future are not shown on the UI)  | 
                    date | |
| due_date | 
                         Deadline to close the task  | 
                    date | |
| date_closed | 
                         Date+Time when the task goes into archive (=completed)  | 
                    date | |
| archived | 
                         Indicate that the task is now closed (has been updated to a task status 'Completed').Automatically filled when adding/updating a task based on the task_type  | 
                    boolean | |
| date_assigned | 
                         Date+Time when the task has been assigned to a specific user  | 
                    date | |
| date_suggested_by_company | 
                         Date+Time suggested by the company to start working on this task  | 
                    date | |
| id2 | 
                         Internal ID (numeric). Will be used on the UI to identify easily the task  | 
                    integer | |
| reference_back_office | 
                         The Id/Ref of the back office for this task. Used by Embedded entity  | 
                    string | 
                                 Max length: 50  | 
                
| modified_dateutc | 
                         Readonly system field managed by database, filled with GetUtcDate when adding,updating  | 
                    date | |
| contact_id | 
                         Foreign key of contact for this task.  | 
                    globally unique identifier | |
| contact_code | 
                         Embedded entity "contact_code" using ERP PK when adding/updating task  | 
                    string | |
| contact | 
                         Embedded entity "contact" when adding/updating task  | 
                    contact | |
| requested_by_company_id | 
                         Foreign key of company that requested this task.  | 
                    globally unique identifier | |
| requested_by_company_code | 
                         Embedded entity "company_code" using ERP PK when adding/updating task  | 
                    string | |
| requested_by_company | 
                         Embedded entity "compay" when adding/updating task  | 
                    company | |
| bill_to_party | 
                         Bill to party of the Task.  | 
                    string | |
| udf1 | 
                         Custom field udf1  | 
                    string | |
| udf2 | 
                         Custom field udf2  | 
                    string | |
| udf3 | 
                         Custom field udf3  | 
                    string | |
| udf4 | 
                         Custom field udf4  | 
                    string | |
| udf5 | 
                         Custom field udf5  | 
                    string | |
| udf6 | 
                         Custom field udf6  | 
                    string | |
| udf7 | 
                         Custom field udf7  | 
                    string | |
| udf8 | 
                         Custom field udf8  | 
                    string | |
| udf9 | 
                         Custom field udf9  | 
                    string | |
| udf10 | 
                         Custom field udf10  | 
                    string | |
| udf11 | 
                         Custom field udf11  | 
                    string | |
| udf12 | 
                         Custom field udf12  | 
                    string | |
| udf13 | 
                         Custom field udf13  | 
                    string | |
| udf14 | 
                         Custom field udf14  | 
                    string | |
| udf15 | 
                         Custom field udf15  | 
                    string | |
| udf16 | 
                         Custom field udf16  | 
                    string | |
| udf17 | 
                         Custom field udf17  | 
                    string | |
| udf18 | 
                         Custom field udf18  | 
                    string | |
| udf19 | 
                         Custom field udf19  | 
                    string | |
| udf20 | 
                         Custom field udf20  | 
                    string | |
| udf21 | 
                         Custom field udf21  | 
                    string | |
| udf22 | 
                         Custom field udf22  | 
                    string | |
| udf23 | 
                         Custom field udf23  | 
                    string | |
| udf24 | 
                         Custom field udf24  | 
                    string | |
| udf25 | 
                         Custom field udf25  | 
                    string | |
| udf26 | 
                         Custom field udf26  | 
                    string | |
| udf27 | 
                         Custom field udf27  | 
                    string | |
| udf28 | 
                         Custom field udf28  | 
                    string | |
| udf29 | 
                         Custom field udf29  | 
                    string | |
| udf30 | 
                         Custom field udf30  | 
                    string | |
| udf31 | 
                         Custom field udf31  | 
                    string | |
| udf32 | 
                         Custom field udf32  | 
                    string | |
| udf33 | 
                         Custom field udf33  | 
                    string | |
| udf34 | 
                         Custom field udf34  | 
                    string | |
| udf35 | 
                         Custom field udf35  | 
                    string | |
| udf36 | 
                         Custom field udf36  | 
                    string | |
| udf37 | 
                         Custom field udf37  | 
                    string | |
| udf38 | 
                         Custom field udf38  | 
                    string | |
| udf39 | 
                         Custom field udf39  | 
                    string | |
| udf40 | 
                         Custom field udf40  | 
                    string | |
| udf41 | 
                         Custom field udf41  | 
                    string | |
| udf42 | 
                         Custom field udf42  | 
                    string | |
| udf43 | 
                         Custom field udf43  | 
                    string | |
| udf44 | 
                         Custom field udf44  | 
                    string | |
| udf45 | 
                         Custom field udf45  | 
                    string | |
| udf46 | 
                         Custom field udf46  | 
                    string | |
| udf47 | 
                         Custom field udf47  | 
                    string | |
| udf48 | 
                         Custom field udf48  | 
                    string | |
| udf49 | 
                         Custom field udf49  | 
                    string | |
| udf50 | 
                         Custom field udf50  | 
                    string | |
| udf51 | 
                         Custom field udf51  | 
                    string | |
| udf52 | 
                         Custom field udf52  | 
                    string | |
| udf53 | 
                         Custom field udf53  | 
                    string | |
| udf54 | 
                         Custom field udf54  | 
                    string | |
| udf55 | 
                         Custom field udf55  | 
                    string | |
| udf56 | 
                         Custom field udf56  | 
                    string | |
| udf57 | 
                         Custom field udf57  | 
                    string | |
| udf58 | 
                         Custom field udf58  | 
                    string | |
| udf59 | 
                         Custom field udf59  | 
                    string | |
| udf60 | 
                         Custom field udf60  | 
                    string | |
| udf61 | 
                         Custom field udf61  | 
                    string | |
| udf62 | 
                         Custom field udf62  | 
                    string | |
| udf63 | 
                         Custom field udf63  | 
                    string | |
| udf64 | 
                         Custom field udf64  | 
                    string | |
| udf65 | 
                         Custom field udf65  | 
                    string | |
| udf66 | 
                         Custom field udf66  | 
                    string | |
| udf67 | 
                         Custom field udf67  | 
                    string | |
| udf68 | 
                         Custom field udf68  | 
                    string | |
| udf69 | 
                         Custom field udf69  | 
                    string | |
| udf70 | 
                         Custom field udf70  | 
                    string | |
| udf71 | 
                         Custom field udf71  | 
                    string | |
| udf72 | 
                         Custom field udf72  | 
                    string | |
| udf73 | 
                         Custom field udf73  | 
                    string | |
| udf74 | 
                         Custom field udf74  | 
                    string | |
| udf75 | 
                         Custom field udf75  | 
                    string | |
| udf76 | 
                         Custom field udf76  | 
                    string | |
| udf77 | 
                         Custom field udf77  | 
                    string | |
| udf78 | 
                         Custom field udf78  | 
                    string | |
| udf79 | 
                         Custom field udf79  | 
                    string | |
| udf80 | 
                         Custom field udf80  | 
                    string | |
| udf81 | 
                         Custom field udf81  | 
                    string | |
| udf82 | 
                         Custom field udf82  | 
                    string | |
| udf83 | 
                         Custom field udf83  | 
                    string | |
| udf84 | 
                         Custom field udf84  | 
                    string | |
| udf85 | 
                         Custom field udf85  | 
                    string | |
| udf86 | 
                         Custom field udf86  | 
                    string | |
| udf87 | 
                         Custom field udf87  | 
                    string | |
| udf88 | 
                         Custom field udf88  | 
                    string | |
| udf89 | 
                         Custom field udf89  | 
                    string | |
| udf90 | 
                         Custom field udf90  | 
                    string | |
| udf91 | 
                         Custom field udf91  | 
                    string | |
| udf92 | 
                         Custom field udf92  | 
                    string | |
| udf93 | 
                         Custom field udf93  | 
                    string | |
| udf94 | 
                         Custom field udf94  | 
                    string | |
| udf95 | 
                         Custom field udf95  | 
                    string | |
| udf96 | 
                         Custom field udf96  | 
                    string | |
| udf97 | 
                         Custom field udf97  | 
                    string | |
| udf98 | 
                         Custom field udf98  | 
                    string | |
| udf99 | 
                         Custom field udf99  | 
                    string | |
| udf100 | 
                         Custom field udf100  | 
                    string | 
Response Formats
application/json, text/json
{
  "id": "711db308-6cbc-4711-996a-46cbd83d0b34",
  "task_type_id": "4104bfe9-36e2-414e-ba1e-9e471e13416a",
  "task_type_code": "sample string 3",
  "task_status_id": "fb49327a-170b-42c8-9970-1ced2eea082d",
  "task_status_reference_back_office": "sample string 5",
  "task_priority_id": "23379534-a147-42bb-ad44-e270d42f64df",
  "task_priority_code": "sample string 7",
  "company_id": "3915d00d-2bc4-4010-82ec-2c1406a35fa4",
  "company_code": "sample string 9",
  "to_db_table_id": "0ab67877-ca68-4b53-97a2-3395c6623311",
  "to_db_table_name": "sample string 11",
  "to_id_in_table": "018aefc2-e3ea-456a-8022-8b517f187dec",
  "subject": "sample string 13",
  "remark": "sample string 14",
  "internal_remark": "sample string 15",
  "customer_reference": "sample string 16",
  "assigned_to_user_id": "d11f39f1-0aad-4449-9bee-e08b3011f777",
  "assigned_to_user_group_id": "ba6ac482-e33f-4bc4-af54-4fbfb1dda906",
  "date_create": "2025-10-19T08:52:54.7720351+00:00",
  "date_start": "2025-10-19T08:52:54.7720351+00:00",
  "due_date": "2025-10-19T08:52:54.7720351+00:00",
  "date_closed": "2025-10-19T08:52:54.7720351+00:00",
  "archived": true,
  "date_assigned": "2025-10-19T08:52:54.7720351+00:00",
  "date_suggested_by_company": "2025-10-19T08:52:54.7720351+00:00",
  "id2": 26,
  "reference_back_office": "sample string 27",
  "modified_dateutc": "2025-10-19T08:52:54.7720351+00:00",
  "contact_id": "1cfa62a5-81f8-4d8a-9f5f-edf9e9e47fc7",
  "contact_code": "sample string 30",
  "requested_by_company_id": "a1387be1-3f98-4dee-878d-ea1685815efc",
  "requested_by_company_code": "sample string 32",
  "bill_to_party": "sample string 33",
  "udf1": "sample string 34",
  "udf2": "sample string 35",
  "udf3": "sample string 36",
  "udf4": "sample string 37",
  "udf5": "sample string 38",
  "udf6": "sample string 39",
  "udf7": "sample string 40",
  "udf8": "sample string 41",
  "udf9": "sample string 42",
  "udf10": "sample string 43",
  "udf11": "sample string 44",
  "udf12": "sample string 45",
  "udf13": "sample string 46",
  "udf14": "sample string 47",
  "udf15": "sample string 48",
  "udf16": "sample string 49",
  "udf17": "sample string 50",
  "udf18": "sample string 51",
  "udf19": "sample string 52",
  "udf20": "sample string 53",
  "udf21": "sample string 54",
  "udf22": "sample string 55",
  "udf23": "sample string 56",
  "udf24": "sample string 57",
  "udf25": "sample string 58",
  "udf26": "sample string 59",
  "udf27": "sample string 60",
  "udf28": "sample string 61",
  "udf29": "sample string 62",
  "udf30": "sample string 63",
  "udf31": "sample string 64",
  "udf32": "sample string 65",
  "udf33": "sample string 66",
  "udf34": "sample string 67",
  "udf35": "sample string 68",
  "udf36": "sample string 69",
  "udf37": "sample string 70",
  "udf38": "sample string 71",
  "udf39": "sample string 72",
  "udf40": "sample string 73",
  "udf41": "sample string 74",
  "udf42": "sample string 75",
  "udf43": "sample string 76",
  "udf44": "sample string 77",
  "udf45": "sample string 78",
  "udf46": "sample string 79",
  "udf47": "sample string 80",
  "udf48": "sample string 81",
  "udf49": "sample string 82",
  "udf50": "sample string 83",
  "udf51": "sample string 84",
  "udf52": "sample string 85",
  "udf53": "sample string 86",
  "udf54": "sample string 87",
  "udf55": "sample string 88",
  "udf56": "sample string 89",
  "udf57": "sample string 90",
  "udf58": "sample string 91",
  "udf59": "sample string 92",
  "udf60": "sample string 93",
  "udf61": "sample string 94",
  "udf62": "sample string 95",
  "udf63": "sample string 96",
  "udf64": "sample string 97",
  "udf65": "sample string 98",
  "udf66": "sample string 99",
  "udf67": "sample string 100",
  "udf68": "sample string 101",
  "udf69": "sample string 102",
  "udf70": "sample string 103",
  "udf71": "sample string 104",
  "udf72": "sample string 105",
  "udf73": "sample string 106",
  "udf74": "sample string 107",
  "udf75": "sample string 108",
  "udf76": "sample string 109",
  "udf77": "sample string 110",
  "udf78": "sample string 111",
  "udf79": "sample string 112",
  "udf80": "sample string 113",
  "udf81": "sample string 114",
  "udf82": "sample string 115",
  "udf83": "sample string 116",
  "udf84": "sample string 117",
  "udf85": "sample string 118",
  "udf86": "sample string 119",
  "udf87": "sample string 120",
  "udf88": "sample string 121",
  "udf89": "sample string 122",
  "udf90": "sample string 123",
  "udf91": "sample string 124",
  "udf92": "sample string 125",
  "udf93": "sample string 126",
  "udf94": "sample string 127",
  "udf95": "sample string 128",
  "udf96": "sample string 129",
  "udf97": "sample string 130",
  "udf98": "sample string 131",
  "udf99": "sample string 132",
  "udf100": "sample string 133"
}