ListSolutions
POST {{BASE_URL}}/ListSolutions
https://docs.aws.amazon.com/partner-central/latest/APIReference/API_ListSolutions.html
Request Body
{"Catalog"=>"{{catalog}}", "Category"=>[], "Identifier"=>[], "MaxResults"=>5, "NextToken"=>nil, "Sort"=>{"SortBy"=>"CreatedDate", "SortOrder"=>"DESCENDING"}, "Status"=>["Active"]}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string | ||
Content-Type | string |
RESPONSES
status: OK
{"NextToken":"AAMA-EFRSURBSGd3UFpqL0JaWWd5TFQ2RHRwR-testToken","SolutionSummaries":[{"Arn":null,"Catalog":"AWS","Category":"Software Product","CreatedDate":"2024-08-02T19:27:57Z","Id":"S-0000000","Name":"TestSolution11hrash","Status":"Active"},{"Arn":null,"Catalog":"AWS","Category":null,"CreatedDate":"2024-08-02T19:27:57Z","Id":"S-0000001","Name":"TestSolutionInactive2","Status":"Inactive"},{"Arn":null,"Catalog":"AWS","Category":"Software Product","CreatedDate":"2024-08-02T19:27:57Z","Id":"S-0000002","Name":"TestSolutionInactive2","Status":"Inactive"},{"Arn":null,"Catalog":"AWS","Category":"Software Product","CreatedDate":"2024-08-02T19:27:57Z","Id":"S-0000003","Name":"TestSolutionInactive1","Status":"Inactive"},{"Arn":null,"Catalog":"AWS","Category":"Software Product","CreatedDate":"2024-08-02T19:27:57Z","Id":"S-0000004","Name":"TestSolution23","Status":"Active"}]}