Retrieve DataObject's Metadata

get

/ic/api/process/v1/analyticsdataobjects/{dataObjectName}

Retrieve DataObject's metadata details

Request

Path Parameters
Back to Top

Response

Supported Media Types

200 Response

Success
Body ()
Root Schema : DataObjectMetadata
Type: object
Show Source
Nested Schema : columns
Type: array
Show Source
Nested Schema : Column
Type: object
Show Source
Nested Schema : entityAttributes
Type: array
Show Source
Nested Schema : transientAttributes
Type: object
Additional Properties Allowed
Show Source
Nested Schema : AttrObject
Type: object
Show Source
Nested Schema : defaultValue
Type: object
Nested Schema : Msg
Type: object
Show Source
Nested Schema : allAvailableTranslationsForProjectLanguages
Type: object
Additional Properties Allowed
Show Source
Nested Schema : additionalProperties
Type: object

400 Response

Bad request

401 Response

Unauthorized

404 Response

No metadata found

500 Response

Internal Server Error
Back to Top