Get

Retrieves a single Checklist by id. | authz: min_org_role=operator | () -> (Checklist1)

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Path parameters

checklist_idstringRequired

Response

Successful Response
schema_versioninteger
namestring<=512 characters
_idstring
org_idstring

Must be a string starting with org_

created_by_user_idstring

Must be a string starting with user_

created_at_timestampdatetime
updated_at_timestampdatetime
descriptionstring<=8192 characters
checkslist of objects
archivedbooleanDefaults to false

Errors

422
Checklists Get V1request Unprocessable Entity Error