Objects
List object types
Returns a list of object types in your system. Because each object type is an incrementing ID, you may need to use this endpoint to find the ID of the object type you want to query, create, or modify.
get/v1/object_types
Response
Returns an array of types.
Example response
{
"types": [
{
"enabled": true,
"icon": "calendar",
"id": "1",
"name": "Concerts",
"singular_name": "Concert",
"singular_slug": "concert",
"slug": "concerts"
}
]
}Changes
No recorded changes to this endpoint across all 1 revision of this API.