Checklist Resource
A Checklist Resource model used for link/unlink operation payloads.
Required properties:
- checklistId– Identifier of the Checklist
- resourceId– Identifier of the resource
- resourceType– Type of resource
Properties:
| Property | Type | Format | Required | Description | 
|---|---|---|---|---|
| checklistId | string | uuid | true | Identifier of associated checklist | 
| resourceId | string | uuid | true | Identifier of the resource | 
| resourceType | string | true | Image,Comment,Task,Issue,Form,Pin,TimeCard,Document | 
Example:
{
    "checklistId": "3f582b1f-0ea4-46aa-b6c2-03a68b8e7805",
    "resourceId": "3f582b1f-0ea4-46aa-b6c2-03a68b8e7805",
    "resourceType": "Image"
}