Get list of object types
  • 28 Oct 2024
  • 1 Minute to read
  • Contributors
  • Dark
    Light
  • PDF

Get list of object types

  • Dark
    Light
  • PDF

Article summary

Get
/object-types/

Operation is used to get a list of object types that are referenced in the system. Available from product version 3.0.24.

Security
API Key
Header parameter nameAuthorization

Token issued for API consumer.

Responses
200

A result response object.

Array of object

List of fetched object types

object
id
integer

Primary key

identifier
string

Object type readable identifier

instanceAPIUrl
string (url)

Object type instances API endpoint URL.

name
string

Object type translated name. Not searchable.

objectTypesUrl
string (url)

Url to fetch all object types.

401

Authentication credentials are missing or invalid

{
  "details": "Authentication credentials were not provided"
}
object
details
string

Detailed description of error


Was this article helpful?