Get Reference Checklist By Group Id
Scope: | get_ref_checklist_by_ids |
App Type: | Agency |
Authorization Type: | Access token |
Url: | /v3p/checklists/{ids} |
HTTP Method: | GET |
Response Information
application/json
{ "result": [ { "items": [ { "defaultStatus": "string", "isCommentVisible": "string", "isStatusVisible": "string", "value": "string", "display": "string", "defaultScore": 1234, "majorViolation": "string", "isScoreVisible": "string", "defaultComment": "string", "id": 12345678 } ], "group": [ "string" ], "id": "string", "value": "string", "display": "string" } ] }