Authorization: Bearer ********************
curl --location --request GET 'https://api.gofive.co.th/v1/contract/types' \
--header 'Ocp-Apim-Subscription-Key: <Your-Subscription-Key>' \
--header 'Content-Type: application/json'
{
"status": {
"code": "1000",
"description": "Success"
},
"data": [
{
"contractTypeName": "string",
"isActive": true,
"labelColorCode": "#B8D3FE",
"activityType": {
"activityTypeId": 2140003785,
"activityTypeName": "string"
}
},
{
"contractTypeName": "string",
"isActive": true,
"labelColorCode": "#70A7FD",
"activityType": {
"activityTypeId": 2140004889,
"activityTypeName": "string"
}
}
]
}