GenericObjects REST API
Generic Objects REST API documentation and interactive testing.
For the OpenAPI Specification document use this link: https://apis.objectsgrid.com/genericobjects/contract
JWT Access Token obtained from Create User Account Access Token operation.
EU or US depending on where your Organization Account is located
This header allows targeting an API version. If you want to target the latest API version set its value to 'latest' If you want to target the latest stable API version set its value to 'stable'
This header allows you to provide a Session ID to be traced through the request stack and returned in the response.
Successfully created the service account
Bad request
Unauthorized
Conflict, the service account already exists
Too Many Requests - rate limited
Internal Server Error
This operation supports Elastic Search Query DSL query format
JWT Access Token obtained from Create User Account Access Token operation.
Elastic Search Query DSL for querying Generic Objects. Examples:
- '{ "query": { "match": {"deleted": false} } }' for all objects that have not been deleted
- '{ "query": { "match_all": {} } }' for all objects including the deleted objects
'{ "query": { "match": {"deleted": false} } }Defines the starting record number for retrieval.
Defines the number of records to retrieve.
EU or US depending on where your Organization Account is located
This header allows targeting an API version. If you want to target the latest API version set its value to 'latest' If you want to target the latest stable API version set its value to 'stable'
This header allows you to provide a Session ID to be traced through the request stack and returned in the response.
Successfully listed the generic objects
Bad request
Unauthorized
Too Many Requests - rate limited
Internal Server Error
JWT Access Token obtained from Create User Account Access Token operation.
ID of the service account to retrieve
EU or US depending on where your Organization Account is located
This header allows targeting an API version. If you want to target the latest API version set its value to 'latest' If you want to target the latest stable API version set its value to 'stable'
This header allows you to provide a Session ID to be traced through the request stack and returned in the response.
Successfully retrieved the generic object
Bad request
Unauthorized
Not Found
Too Many Requests
Internal server error
JWT Access Token obtained from Create User Account Access Token operation.
ID of the generic object to update
EU or US depending on where your Organization Account is located
This header allows targeting an API version. If you want to target the latest API version set its value to 'latest' If you want to target the latest stable API version set its value to 'stable'
This header allows you to provide a Session ID to be traced through the request stack and returned in the response.
Successfully updated the Generic Object
Bad request
Unauthorized
Not Found
Too Many Requests
Internal server error
Deletes the Generic Object
JWT Access Token obtained from Create User Account Access Token operation.
ID of the Generic Object to delete
EU or US depending on where your Organization Account is located
This header allows targeting an API version. If you want to target the latest API version set its value to 'latest' If you want to target the latest stable API version set its value to 'stable'
This header allows you to provide a Session ID to be traced through the request stack and returned in the response.
Successfully deleted the Generic Object
Bad request
Unauthorized
Not Found
Too Many Requests
Internal server error
No content
Last updated
Was this helpful?