Apis related to Validation.
Interu API Reference//
- Retrieve Standard List
Retrieve Standard
Retrieve StandardType List
Retrieve StandardType
Retrieve Standard List
Interu API (v2_28)
- Mock serverhttps://developer.interu.io/_mock/reference/api/common/standards
- UAThttps://api.uat.interu.io/common/standards
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X GET \
'https://developer.interu.io/_mock/reference/api/common/standards?name=string&recordState=ACTIVE&size=20&page=0' \
-H 'X-API-Key: YOUR_API_KEY_HERE'Response
application/json
[ { "id": "string", "name": "string" } ]
- Mock serverhttps://developer.interu.io/_mock/reference/api/common/standards/{standardId}
- UAThttps://api.uat.interu.io/common/standards/{standardId}
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X GET \
'https://developer.interu.io/_mock/reference/api/common/standards/{standardId}' \
-H 'X-API-Key: YOUR_API_KEY_HERE'Response
application/json
{ "id": "string", "name": "string" }
- Mock serverhttps://developer.interu.io/_mock/reference/api/common/standards/{standardId}/types
- UAThttps://api.uat.interu.io/common/standards/{standardId}/types
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X GET \
'https://developer.interu.io/_mock/reference/api/common/standards/{standardId}/types?recordState=ACTIVE' \
-H 'X-API-Key: YOUR_API_KEY_HERE'Response
application/json
[ { "id": "string", "fullName": "string", "shortName": "string", "recordState": "ACTIVE" } ]