Comment on page
Get An Entity
To get an entity created by the owner, we need to make the following HTTP request
get
/api/v1/{entity-type}
Parameters
Path
entity-type*
The type of entity to retrieve
Header
authorization*
Set to
Bearer {access-token}
A valid token of the owner is requiredviewTemplateId
File name of view templates configured
Responses
200: OK
Response when content-type is application/json
Last modified 5mo ago