List Suggested Entitlement Description
GET {{baseUrl}}/suggested-entitlement-descriptions
List of Suggested Entitlement Description
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
limit | string | Integer specifying the maximum number of records to return in a single API call. | |
The standard syntax described in V3 API Standard Collection Parameters. If it is not specified, a default limit is used. | |||
filters | string | Filter results using the standard syntax described in V3 API Standard Collection Parameters |
Filtering is supported for the following fields and operators:
batchId: eq
status: eq, ne, in
displayName: eq, co |
| count
| string | | If true
it will populate the X-Total-Count
response header with the number of results that would be returned if limit
and offset
were ignored.
The standard syntax described in V3 API Standard Collection Parameters.
Since requesting a total count can have a performance impact, it is recommended not to send count=true
if that value will not be used. |
| count-only
| string | | If true
it will populate the X-Total-Count
response header with the number of results that would be returned if limit
and offset
were ignored.
This parameter differs from the Coun parameter in that this one skip executing the actual query and always return an empty array. |
| requested-by-anyone
| string | | By default, the ListSeds API will only return items that you have requested to be generated.
This option will allow you to see all items that have been requested |
| show-pending-status-only
| string | | Will limit records to items that are in "suggested" or "approved" status |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
[{"Name":"BatchInvoiceProcessing","approved_by":"2c918086-76de-afbf-0176-f6d28f65565a","approved_type":"admin","approved_when":"2024-03-22T16:32:16.308Z","attribute":"Role","description":"This entitlement allows automated processing of invoices in batches on a scheduled basis to streamline accounts payable procedures.","displayName":"AWS-Cloud-Billing","id":"ead281ee-12a9-40ac-9534-36b5d7d65d53","sourceId":"103f567b93ee49b991c40f9412f87643","sourceName":"IDN Salesforce","status":"suggested","suggestedDescription":"This entitlement allows automated processing of invoices in batches on a scheduled basis to streamline accounts payable","type":"group","value":"group"},{"Name":"BatchInvoiceProcessing","approved_by":"2c918086-76de-afbf-0176-f6d28f65565a","approved_type":"admin","approved_when":"2024-03-22T16:32:16.308Z","attribute":"Role","description":"This entitlement allows automated processing of invoices in batches on a scheduled basis to streamline accounts payable procedures.","displayName":"AWS-Cloud-Billing","id":"ead281ee-12a9-40ac-9534-36b5d7d65d53","sourceId":"103f567b93ee49b991c40f9412f87643","sourceName":"IDN Salesforce","status":"suggested","suggestedDescription":"This entitlement allows automated processing of invoices in batches on a scheduled basis to streamline accounts payable","type":"group","value":"group"}]