Gets Consent Subjects
Gets all consent subjects that the calling user and application are authorized for.
Query Parameters
- locale string
Optional locale.
Header Parameters
- tapio-application-id uuid
Format - uuid.
- api-version ApiVersionHeader required
Possible values: [
v1
]
Responses
- 200
- 400
- 401
- 403
OK
- text/plain
- application/json
- text/json
- Schema
- Example (from schema)
Schema
data object[] nullable
Data.
Array [id uuidSubject ID.
displayName string nullableDisplay name of the subject.
content object nullable
Localized content of the subject to be displayed to the user.
property name* object (JToken) nullable
Array [0123456789101112131415]]
{
"data": [
{
"id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"displayName": "string",
"content": {}
}
]
}
- Schema
- Example (from schema)
Schema
data object[] nullable
Data.
Array [id uuidSubject ID.
displayName string nullableDisplay name of the subject.
content object nullable
Localized content of the subject to be displayed to the user.
property name* object (JToken) nullable
Array [0123456789101112131415]]
{
"data": [
{
"id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"displayName": "string",
"content": {}
}
]
}
- Schema
- Example (from schema)
Schema
data object[] nullable
Data.
Array [id uuidSubject ID.
displayName string nullableDisplay name of the subject.
content object nullable
Localized content of the subject to be displayed to the user.
property name* object (JToken) nullable
Array [0123456789101112131415]]
{
"data": [
{
"id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"displayName": "string",
"content": {}
}
]
}
Bad Request
- text/plain
- application/json
- text/json
- Schema
- Example (from schema)
- default
Schema
- message string nullable
Error message.
- details string[] nullable
Error details.
{
"message": "string",
"details": [
"string"
]
}
null
- Schema
- Example (from schema)
- Example
Schema
- message string nullable
Error message.
- details string[] nullable
Error details.
{
"message": "string",
"details": [
"string"
]
}
{
"message": "string",
"details": [
"string"
]
}
- Schema
- Example (from schema)
- Example
Schema
- message string nullable
Error message.
- details string[] nullable
Error details.
{
"message": "string",
"details": [
"string"
]
}
{
"message": "string",
"details": [
"string"
]
}
Unauthorized
- text/plain
- application/json
- text/json
- Schema
- Example (from schema)
- default
Schema
- message string nullable
Error message.
- details string[] nullable
Error details.
{
"message": "string",
"details": [
"string"
]
}
null
- Schema
- Example (from schema)
- Example
Schema
- message string nullable
Error message.
- details string[] nullable
Error details.
{
"message": "string",
"details": [
"string"
]
}
{
"message": "string",
"details": [
"string"
]
}
- Schema
- Example (from schema)
- Example
Schema
- message string nullable
Error message.
- details string[] nullable
Error details.
{
"message": "string",
"details": [
"string"
]
}
{
"message": "string",
"details": [
"string"
]
}
Forbidden
- text/plain
- application/json
- text/json
- Schema
- Example (from schema)
- default
Schema
- message string nullable
Error message.
- details string[] nullable
Error details.
{
"message": "string",
"details": [
"string"
]
}
null
- Schema
- Example (from schema)
- Example
Schema
- message string nullable
Error message.
- details string[] nullable
Error details.
{
"message": "string",
"details": [
"string"
]
}
{
"message": "string",
"details": [
"string"
]
}
- Schema
- Example (from schema)
- Example
Schema
- message string nullable
Error message.
- details string[] nullable
Error details.
{
"message": "string",
"details": [
"string"
]
}
{
"message": "string",
"details": [
"string"
]
}
Loading...