requirement-configs
Operations addressed under /requirement-configs — 3 operations.
aurax-bff-get-requirement-config-list
Add Authorization: Bearer <token> yourself — generated samples and Try it do not attach a credential.
Request and response fields are declared on the routing target get-requirement-config-list; this entry declares none of its own.
Response body, read from the service source
The route declares its response as IEnumerable<RequirementConfigDto>.
| Field | Declared type | Nullable |
|---|---|---|
Id | Guid | no |
ConfigType | int? | yes |
Code | string | no |
ConfigValue | string | no |
Description | string | no |
Member names are the service's declaration names.
query Parameters
orderByorderSortpageIndexpageSizeaurax-bff-get-requirement-config-list › Responses
Success. Returns a page of records: the collection under data, with total carrying the unpaged count.
Response records carried by this page.
totalTotal matching records, ignoring paging.
aurax-bff-get-requirement-config-by-code
Add Authorization: Bearer <token> yourself — generated samples and Try it do not attach a credential.
Request and response fields are declared on the routing target get-requirement-config-by-code; this entry declares none of its own.
Response body, read from the service source
The route declares its response as RequirementConfigDto.
| Field | Declared type | Nullable |
|---|---|---|
Id | Guid | no |
ConfigType | int? | yes |
Code | string | no |
ConfigValue | string | no |
Description | string | no |
Member names are the service's declaration names.
Error codes this operation is known to raise
| Code | Status | Meaning |
|---|---|---|
ERR_ALLTMNT_79 | 400 | REQUIREMENT_CONFIG_NOT_FOUND |
path Parameters
codeaurax-bff-get-requirement-config-by-code › 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.
codeconfigTypeconfigValuedescriptionidaurax-bff-get-requirement-config-by-id
Add Authorization: Bearer <token> yourself — generated samples and Try it do not attach a credential.
Request and response fields are declared on the routing target get-requirement-config-by-id; this entry declares none of its own.
Response body, read from the service source
The route declares its response as RequirementConfigDto.
| Field | Declared type | Nullable |
|---|---|---|
Id | Guid | no |
ConfigType | int? | yes |
Code | string | no |
ConfigValue | string | no |
Description | string | no |
Member names are the service's declaration names.
Error codes this operation is known to raise
| Code | Status | Meaning |
|---|---|---|
ERR_ALLTMNT_79 | 400 | REQUIREMENT_CONFIG_NOT_FOUND |
path Parameters
idaurax-bff-get-requirement-config-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.
codeconfigTypeconfigValuedescriptionid