Find attribute data by id​
Info for a specific attribute
Path Parameters
id uuid required
ID of the object to retrieve, update, or delete
Responses
- 200
- 400
- 500
Expected response to a valid request
application/json
Schema
Example (from schema)
Schema
ne_attribute object
label string
description string
tool_tip string
crypt boolean
archived boolean
date_format string
Possible values: [mm/dd/yyyy
, mm-dd-yyyy
, dd/mm/yyyy
, dd-mm-yyyy
, yyyy/mm/dd
, yyyy-mm-dd
]
selectable_status string
risk_score_setting string
risk_type string
ownership_driver boolean
allow_multiple_selections boolean
filtered_by_ne_attribute boolean
filtering_ne_attribute_id uuid
ne_attribute_filter_id uuid
reverse_association_attribute_id uuid
profile_type_id uuid
legacy_id integer
{
"ne_attribute": {
"id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"uid": "string",
"label": "string",
"description": "string",
"tool_tip": "string",
"crypt": true,
"archived": true,
"archived_on": "2023-10-02T14:52:24.299Z",
"created_at": "2023-10-02T14:52:24.299Z",
"updated_at": "2023-10-02T14:52:24.299Z",
"date_format": "mm/dd/yyyy",
"selectable_status": "string",
"risk_score_setting": "string",
"risk_type": "string",
"ownership_driver": true,
"allow_multiple_selections": true,
"filtered_by_ne_attribute": true,
"filtering_ne_attribute_id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"ne_attribute_filter_id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"reverse_association_attribute_id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"profile_type_id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"legacy_id": 0,
"tmp_created_at": "2023-10-02T14:52:24.299Z",
"tmp_updated_at": "2023-10-02T14:52:24.299Z"
}
}
Bad Request - unable to complete.
application/json
Schema
Example (from schema)
Schema
oneOf
InvalidJson
ValidationErrors
error
error
errors
{}
Internal Server Error - returned on unhandled exceptions.
application/json
Schema
Example (from schema)
Schema
error
A message describing the error
{
"error": "Sorry something went wrong"
}
Loading...