Pets Archive
List all ArchiveTypes
Permissions needed: NONE Get the list of Pets Archive Types
get/api/v1/pet-archive-types
Response
successful operation
Example response
{
"data": [
{
"id": 1,
"name": "Deceased",
"translation_slug": "strings.deceased",
"translation_label": "Deceased"
}
]
}