Annotation endpoints
API token endpoints
Dataset endpoints
Map field endpoints
Monitor endpoints
Notifier endpoints
Organization endpoints
Role-based access control endpoints
Saved queries endpoints
User endpoints
Retrieve view
GET
/
views
/
{id}
Copy
Ask AI
curl --request GET \
--url https://api.axiom.co/v2/views/{id} \
--header 'Authorization: Bearer <token>'
Copy
Ask AI
{
"aplQuery": "<string>",
"datasets": [
"<string>"
],
"description": "<string>",
"name": "<string>",
"sharedByOrg": "<string>",
"sharedByOrgName": "<string>"
}
Authorizations
The access token received from the authorization server in the OAuth 2.0 flow.
Path Parameters
Response
200 - application/json
View
The response is of type object
.
Was this page helpful?
Copy
Ask AI
curl --request GET \
--url https://api.axiom.co/v2/views/{id} \
--header 'Authorization: Bearer <token>'
Copy
Ask AI
{
"aplQuery": "<string>",
"datasets": [
"<string>"
],
"description": "<string>",
"name": "<string>",
"sharedByOrg": "<string>",
"sharedByOrgName": "<string>"
}
Assistant
Responses are generated using AI and may contain mistakes.