List Contract Attachment

GET https://{{baseURL}}/api/v2/contract_attachment/?company=1&asset=$id

Request Params

KeyDatatypeRequiredDescription
companynumber
assetstring

Request Body

{"list"=>["1ABC", "2ABC", "3ABC"]}

RESPONSES

status: OK

"{\n            \"id\": integer,\n            \"type\": \"attachments\",\n            \"company\": integer,\n            \"file\": \"string\",\n            \"contract\": integer\n        }"