List Data Profiles
deprecated
This endpoint has been deprecated and may be removed in future versions of the API.
Lists all data profiles for your tenant.
Responses
- 200
- 500
success
application/json; charset=UTF-8
Schema
Example (from schema)
Schema
- Array [
- ]
profiles object[]
Data profiles
createdBy string
Profile created by service
id string
Profile id
name string
Profile name
status string
Profile status
type string
Profile Type
updatedAt date-time
Profile Updated time
updatedBy string
Profile updated by service
{
"profiles": [
{
"createdBy": "string",
"id": "string",
"name": "string",
"status": "string",
"type": "string",
"updatedAt": "2023-09-25T14:58:10.244Z",
"updatedBy": "string"
}
]
}
internal_error
Loading...