channels
Operations addressed under /channels — 7 operations.
get-channel-definition-list
Add Authorization: Bearer <token> yourself — generated samples and Try it do not attach a credential.
Response body, read from the service source
The route declares its response as IEnumerable<ChannelDefinitionDto>.
| Field | Declared type | Nullable |
|---|---|---|
Id | Guid | no |
ChannelName | string | no |
ChannelType | int | no |
ChannelDescription | string | no |
ChannelDate | DateOnly | no |
ClientId | string | no |
IsShared | bool | no |
HasPartner | bool | no |
IsCustomDateEnabled | bool | no |
Member names are the service's declaration names.
query Parameters
orderByorderSortpageIndexpageSizeget-channel-definition-list › Responses
Success. Returns a collection of records. Of 135 operations in this state that were probed (measured against a reference deployment on parameterless GET routes only), 118 answered and 118 returned a bare JSON array.
Array of catalog-declared response records.
channelDatechannelDescriptionchannelNamechannelTypePermitted values — validated against the channel_type parameter. The service rejects any other value.
| Value | Token | Labels |
|---|---|---|
1 | Mobile | en: Mobile Application · ar: تطبيق الجوال |
2 | Web | en: Web Browser · ar: متصفح الويب |
3 | Integration | en: Integration Service · ar: خدمة التكامل |
4 | API | en: API · ar: واجهة برمجة التطبيقات |
clientIdhasPartneridisCustomDateEnabledisSharedcreate-channel
Add Authorization: Bearer <token> yourself — generated samples and Try it do not attach a credential.
Error codes this operation is known to raise
| Code | Status | Meaning | Message |
|---|---|---|---|
ERR_CORE_124 | 400 | THERE_IS_ALREADY_A_CHANNEL_WITH_THIS_NAME | There is already a channel with this name |
ERR_CORE_131 | 400 | THERE_IS_ALREADY_A_CHANNEL_WITH_THIS_ID | There is already a channel with this definition. |
create-channel › Request Body
channelDatechannelNamechannelTypePermitted values — validated against the channel_type parameter.
| Value | Meaning |
|---|---|
1 | Mobile Application |
2 | Web Browser |
3 | Integration Service |
4 | API |
Permitted values — validated against the channel_type parameter. The service rejects any other value.
| Value | Token | Labels |
|---|---|---|
1 | Mobile | en: Mobile Application · ar: تطبيق الجوال |
2 | Web | en: Web Browser · ar: متصفح الويب |
3 | Integration | en: Integration Service · ar: خدمة التكامل |
4 | API | en: API · ar: واجهة برمجة التطبيقات |
clientIdhasPartneridisCustomDateEnabledisSharedchannelDescriptiontenantIdcreate-channel › Responses
Success. The catalog declares no response fields for this operation. The body is UNKNOWN CONTENT. The response type this route registers was read from the service's own source and is published on this operation as x-aura-code-response.
get-tenant-channel-by-client-id
Add Authorization: Bearer <token> yourself — generated samples and Try it do not attach a credential.
Response body, read from the service source
The route declares its response as ChannelDefinitionDto.
| Field | Declared type | Nullable |
|---|---|---|
Id | Guid | no |
ChannelName | string | no |
ChannelType | int | no |
ChannelDescription | string | no |
ChannelDate | DateOnly | no |
ClientId | string | no |
IsShared | bool | no |
HasPartner | bool | no |
IsCustomDateEnabled | bool | no |
Member names are the service's declaration names.
path Parameters
clientIdget-tenant-channel-by-client-id › Responses
Success. An exact, uniquely bound route registration classifies this response as a single-record.
set-tenant-channels-new-date
Add Authorization: Bearer <token> yourself — generated samples and Try it do not attach a credential.
Error codes this operation is known to raise
| Code | Status | Meaning | Message |
|---|---|---|---|
ERR_CORE_150 | 400 | CHANNELS_CANNOT_BE_EMPTY | Channel cannot be left blank. |
set-tenant-channels-new-date › Responses
Success. The catalog declares no response fields for this operation. The body is UNKNOWN CONTENT. The response type this route registers was read from the service's own source and is published on this operation as x-aura-code-response.
get-channel-definition-by-id
Add Authorization: Bearer <token> yourself — generated samples and Try it do not attach a credential.
Response body, read from the service source
The route declares its response as ChannelDefinitionDto.
| Field | Declared type | Nullable |
|---|---|---|
Id | Guid | no |
ChannelName | string | no |
ChannelType | int | no |
ChannelDescription | string | no |
ChannelDate | DateOnly | no |
ClientId | string | no |
IsShared | bool | no |
HasPartner | bool | no |
IsCustomDateEnabled | bool | no |
Member names are the service's declaration names.
Error codes this operation is known to raise
| Code | Status | Meaning | Message |
|---|---|---|---|
ERR_CORE_125 | 400 | CHANNEL_ID_IS_NOT_FOUND | Channel cannot be found. |
path Parameters
idget-channel-definition-by-id › Responses
Success. The catalog declares this returns a single record. Of 25 operations in this state with a probeable route, 8 answered and 6 returned a single record — the other two returned a collection and a bare boolean.
channelDatechannelDescriptionchannelNamechannelTypePermitted values — validated against the channel_type parameter. The service rejects any other value.
| Value | Token | Labels |
|---|---|---|
1 | Mobile | en: Mobile Application · ar: تطبيق الجوال |
2 | Web | en: Web Browser · ar: متصفح الويب |
3 | Integration | en: Integration Service · ar: خدمة التكامل |
4 | API | en: API · ar: واجهة برمجة التطبيقات |
clientIdhasPartneridisCustomDateEnabledisSharedtenantIdupdate-channel
Add Authorization: Bearer <token> yourself — generated samples and Try it do not attach a credential.
Error codes this operation is known to raise
| Code | Status | Meaning | Message |
|---|---|---|---|
ERR_CORE_125 | 400 | CHANNEL_ID_IS_NOT_FOUND | Channel cannot be found. |
path Parameters
idupdate-channel › Request Body
channelDatechannelTypePermitted values — validated against the channel_type parameter.
| Value | Meaning |
|---|---|
1 | Mobile Application |
2 | Web Browser |
3 | Integration Service |
4 | API |
Permitted values — validated against the channel_type parameter. The service rejects any other value.
| Value | Token | Labels |
|---|---|---|
1 | Mobile | en: Mobile Application · ar: تطبيق الجوال |
2 | Web | en: Web Browser · ar: متصفح الويب |
3 | Integration | en: Integration Service · ar: خدمة التكامل |
4 | API | en: API · ar: واجهة برمجة التطبيقات |
hasPartnerisCustomDateEnabledisSharedchannelDescriptionupdate-channel › Responses
Success. The catalog declares no response fields for this operation. The body is UNKNOWN CONTENT. The response type this route registers was read from the service's own source and is published on this operation as x-aura-code-response.
delete-channel
Add Authorization: Bearer <token> yourself — generated samples and Try it do not attach a credential.
Error codes this operation is known to raise
| Code | Status | Meaning | Message |
|---|---|---|---|
ERR_CORE_125 | 400 | CHANNEL_ID_IS_NOT_FOUND | Channel cannot be found. |
path Parameters
iddelete-channel › Responses
Success. The catalog declares no response fields for this operation. The body is UNKNOWN CONTENT. The response type this route registers was read from the service's own source and is published on this operation as x-aura-code-response.