Retrieve view
Retrieve view.
GET
/v2/views/{id}Features
Send the token in the Authorization: Bearer API_TOKEN header. See Tokens for which token types this endpoint accepts.
Input1
Sent from your browser straight to the API — never to Docsbook, never stored.
(path)
Output6
ID of the org that shared this resource, if it's shared
The name of the org that shared this resource, if it's shared
Responses
200View
Example input
curl 'https://api.axiom.co/v2/views/{id}' \
-H 'Authorization: Bearer API_TOKEN'Example output
{
"aplQuery": "string",
"datasets": [
"string"
],
"description": "string",
"name": "string",
"sharedByOrg": "string",
"sharedByOrgName": "string"
}