GET
/
extended_attributes
List all extended models
curl --request GET \
  --url http://localhost:3001/portal-api/extended_attributes \
  --header 'Authorization: <api-key>'
[
  {
    "ID": 1,
    "ModelName": "User",
    "LastUpdatedBy": "John Smith - john@tyk.io",
    "UpdatedAt": "2023-06-25 13:37"
  }
]

Authorizations

Authorization
string
header
required

Response

200 - application/json

OK

ID
integer

UID of this extended attribute

Example:

1

ModelName
string

Name of the model for which the custom attributes are extended

Example:

"User"

LastUpdatedBy
string

User that made the last update of one of the custom attributes for the extended model

Example:

"John Smith - john@tyk.io"

UpdatedAt
string

Timestamp of the last update

Example:

"2023-06-25 13:37"