Get Task Details
Task details
- URL Parameters: - clientUUID - taskUUID 
Get Task Details
GET https://<baseurl> /v1/organization/tasks/details/@clientUUID/@taskUUID
Path Parameters
Name
Type
Description
clientUUID
string
Client UUID
taskUUID
string
Task UUID
Headers
Name
Type
Description
Authentication
string
Authentication token
#########################################################################
## success
#########################################################################
{
    "message": "success",
    "status": 200,
    "tasksDetails": {
        "uuid": "d21caea1-ee29-4ccf-ad62-2061e5c4e847",
        "id": 241,
        "assignUser": "cbb61880-42a9-405f-8c85-43d935809b47",
        "createdUser": "cbb61880-42a9-405f-8c85-43d935809b47",
        "title": "new audit29",
        "description": "",
        "status": "To Do",
        "ts": "2021-04-29 17:05:20",
        "startDate": "2021-04-29 00:00:00",
        "endDate": "2021-04-29 00:00:00",
        "crtduserUUID": "cbb61880-42a9-405f-8c85-43d935809b47",
        "assignedTo": "Aswathy",
        "createdBy": "Aswathy",
        "crtdusername": "[email protected]"
    },
    "observers": [
        {
            "name": "Aswathy",
            "uuid": "cbb61880-42a9-405f-8c85-43d935809b47"
        }
    ],
    "assetList": [
        {
            "uuid": "6ab2be92-5bb6-4168-9f6a-19c3de0704d5",
            "assetName": "sadadsadsasd",
            "assetIdentifier": "sdaasdads",
            "id": 7832
        },
        {
            "uuid": "29f7de5c-2c66-44cf-9290-e89e91914c7d",
            "assetName": "fggfdgfdgf",
            "assetIdentifier": "fdgdgf",
            "id": 7831
        }
    ],
    "comments": [
        {
            "id": 48,
            "uuid": "17084226-7ab9-434e-90e9-561ab6e77ed7",
            "comments": "dasdadsa",
            "taskUUID": "d21caea1-ee29-4ccf-ad62-2061e5c4e847",
            "userUUID": "cbb61880-42a9-405f-8c85-43d935809b47",
            "clientUUID": "4b2bce80-6c83-477c-8edf-36409e9c7657",
            "ts": "2021-05-04 17:24:41",
            "username": "[email protected]",
            "name": "Aswathy"
        }
    ]
}
#########################################################################
## Error
#########################################################################
            
{
	"message": "error",
	"status": 400,
}
Last updated
Was this helpful?