Objects
Get an object
Gets a single object by its object_id or slug.
Required scopes: object_configuration:read.
get/v2/objects/{object}
Path parameters
objectstring required
A UUID or slug to identify the object.
Example:people
Response
Success
Example response
{
"data": {
"id": {
"workspace_id": "14beef7a-99f7-4534-a87e-70b564330a4c",
"object_id": "97052eb9-e65e-443f-a297-f2d9a4a7f795"
},
"api_slug": "people",
"singular_noun": "Person",
"plural_noun": "People",
"created_at": "2022-11-21T13:22:49.061281000Z"
}
}Changes
Changed in 1 of the 6 revisions of this API.1
- ○
the endpoint scheme security
oauth2was removed from the APIapi-security-removed
This revision also has 4 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○