Apis related to Validation.
Interu API Reference//
- Delete Attachment
Create Attachment
Retrieve Attachment List
Retrieve Attachment
Delete Attachment
Interu API (v2_28)
- Mock serverhttps://developer.interu.io/_mock/reference/api/organisations/{orgId}/attachments/{attachmentId}
- UAThttps://api.uat.interu.io/organisations/{orgId}/attachments/{attachmentId}
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X GET \
'https://developer.interu.io/_mock/reference/api/organisations/{orgId}/attachments/{attachmentId}' \
-H 'X-API-Key: YOUR_API_KEY_HERE'Response
application/json
{ "targetUri": "/organisations/{orgId}/...path-to-record", "attachmentUri": "/organisations/{orgId}/...path-to-record", "id": "string", "createdBy": "string", "createdTime": "2019-08-24T14:15:22Z", "updatedBy": "string", "updatedTime": "2019-08-24T14:15:22Z" }
- Mock serverhttps://developer.interu.io/_mock/reference/api/organisations/{orgId}/attachments/{attachmentId}
- UAThttps://api.uat.interu.io/organisations/{orgId}/attachments/{attachmentId}
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X DELETE \
'https://developer.interu.io/_mock/reference/api/organisations/{orgId}/attachments/{attachmentId}' \
-H 'X-API-Key: YOUR_API_KEY_HERE'