Animal Health Data Store - V1 API Documentation
AHDS Store API (1.0)
https://docs.heydonto.com/_mock/apis/animal-health/openapi/
http://localhost:8083/
Identifier of the resource this tag is associated with.
Type of resource this tag is associated with (e.g., animal, contact, invoice).
Identifier of the tag category, if applicable.
- Mock server
https://docs.heydonto.com/_mock/apis/animal-health/openapi/site/{siteId}/ahds/v1/tag
- Local Development
http://localhost:8083/site/{siteId}/ahds/v1/tag
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X POST \
'https://docs.heydonto.com/_mock/apis/animal-health/openapi/site/{siteId}/ahds/v1/tag' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'Content-Type: application/json' \
-d '{
"associatedResourceId": "123e4567-e89b-12d3-a456-426614174000",
"associatedResourceType": "string",
"categoryId": "123e4567-e89b-12d3-a456-426614174000",
"extensions": {},
"isActive": true,
"name": "string",
"tagId": "123e4567-e89b-12d3-a456-426614174000"
}'Tag created successfully
Identifier of the resource this tag is associated with.
Type of resource this tag is associated with (e.g., animal, contact, invoice).
Identifier of the tag category, if applicable.
Timestamp when the tag was created.
Canonical unique identifier for the tag.
{ "associatedResourceId": "123e4567-e89b-12d3-a456-426614174000", "associatedResourceType": "string", "categoryId": "123e4567-e89b-12d3-a456-426614174000", "createdAt": "2025-01-01T00:00:00.000Z", "extensions": {}, "isActive": true, "name": "string", "tagId": "123e4567-e89b-12d3-a456-426614174000", "updatedAt": "2025-01-01T00:00:00.000Z" }
Identifier of the resource this tag is associated with.
Type of resource this tag is associated with (e.g., animal, contact, invoice).
Identifier of the tag category, if applicable.
- Mock server
https://docs.heydonto.com/_mock/apis/animal-health/openapi/site/{siteId}/ahds/v1/tag
- Local Development
http://localhost:8083/site/{siteId}/ahds/v1/tag
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X GET \
'https://docs.heydonto.com/_mock/apis/animal-health/openapi/site/{siteId}/ahds/v1/tag?page=0&pageSize=10&sortBy=createdAt&sortOrder=asc&associatedResourceId=123e4567-e89b-12d3-a456-426614174000&associatedResourceType=string&categoryId=123e4567-e89b-12d3-a456-426614174000&isActive=true&name=string' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>'- Mock server
https://docs.heydonto.com/_mock/apis/animal-health/openapi/site/{siteId}/ahds/v1/tag/{tagId}
- Local Development
http://localhost:8083/site/{siteId}/ahds/v1/tag/{tagId}
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X GET \
'https://docs.heydonto.com/_mock/apis/animal-health/openapi/site/{siteId}/ahds/v1/tag/{tagId}' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>'Tag found
Identifier of the resource this tag is associated with.
Type of resource this tag is associated with (e.g., animal, contact, invoice).
Identifier of the tag category, if applicable.
Timestamp when the tag was created.
Canonical unique identifier for the tag.
{ "associatedResourceId": "123e4567-e89b-12d3-a456-426614174000", "associatedResourceType": "string", "categoryId": "123e4567-e89b-12d3-a456-426614174000", "createdAt": "2025-01-01T00:00:00.000Z", "extensions": {}, "isActive": true, "name": "string", "tagId": "123e4567-e89b-12d3-a456-426614174000", "updatedAt": "2025-01-01T00:00:00.000Z" }
Identifier of the resource this tag is associated with.
Type of resource this tag is associated with (e.g., animal, contact, invoice).
Identifier of the tag category, if applicable.
- Mock server
https://docs.heydonto.com/_mock/apis/animal-health/openapi/site/{siteId}/ahds/v1/tag/{tagId}
- Local Development
http://localhost:8083/site/{siteId}/ahds/v1/tag/{tagId}
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X PATCH \
'https://docs.heydonto.com/_mock/apis/animal-health/openapi/site/{siteId}/ahds/v1/tag/{tagId}' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'Content-Type: application/json' \
-d '{
"associatedResourceId": "123e4567-e89b-12d3-a456-426614174000",
"associatedResourceType": "string",
"categoryId": "123e4567-e89b-12d3-a456-426614174000",
"extensions": {},
"isActive": true,
"name": "string"
}'Tag updated successfully
Identifier of the resource this tag is associated with.
Type of resource this tag is associated with (e.g., animal, contact, invoice).
Identifier of the tag category, if applicable.
Timestamp when the tag was created.
Canonical unique identifier for the tag.
{ "associatedResourceId": "123e4567-e89b-12d3-a456-426614174000", "associatedResourceType": "string", "categoryId": "123e4567-e89b-12d3-a456-426614174000", "createdAt": "2025-01-01T00:00:00.000Z", "extensions": {}, "isActive": true, "name": "string", "tagId": "123e4567-e89b-12d3-a456-426614174000", "updatedAt": "2025-01-01T00:00:00.000Z" }
Identifier of the resource this tag is associated with.
Type of resource this tag is associated with (e.g., animal, contact, invoice).
Identifier of the tag category, if applicable.
- Mock server
https://docs.heydonto.com/_mock/apis/animal-health/openapi/site/{siteId}/ahds/v1/tag/{tagId}
- Local Development
http://localhost:8083/site/{siteId}/ahds/v1/tag/{tagId}
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X PUT \
'https://docs.heydonto.com/_mock/apis/animal-health/openapi/site/{siteId}/ahds/v1/tag/{tagId}' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'Content-Type: application/json' \
-d '{
"associatedResourceId": "123e4567-e89b-12d3-a456-426614174000",
"associatedResourceType": "string",
"categoryId": "123e4567-e89b-12d3-a456-426614174000",
"extensions": {},
"isActive": true,
"name": "string"
}'Tag replaced successfully
Identifier of the resource this tag is associated with.
Type of resource this tag is associated with (e.g., animal, contact, invoice).
Identifier of the tag category, if applicable.
Timestamp when the tag was created.
Canonical unique identifier for the tag.
{ "associatedResourceId": "123e4567-e89b-12d3-a456-426614174000", "associatedResourceType": "string", "categoryId": "123e4567-e89b-12d3-a456-426614174000", "createdAt": "2025-01-01T00:00:00.000Z", "extensions": {}, "isActive": true, "name": "string", "tagId": "123e4567-e89b-12d3-a456-426614174000", "updatedAt": "2025-01-01T00:00:00.000Z" }
- Mock server
https://docs.heydonto.com/_mock/apis/animal-health/openapi/site/{siteId}/ahds/v1/tag/{tagId}
- Local Development
http://localhost:8083/site/{siteId}/ahds/v1/tag/{tagId}
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X DELETE \
'https://docs.heydonto.com/_mock/apis/animal-health/openapi/site/{siteId}/ahds/v1/tag/{tagId}' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>'