ListEngagementInvitations

POST {{BASE_URL}}/ListEngagementInvitations

https://docs.aws.amazon.com/partner-central/latest/APIReference/API_ListEngagementInvitations.html

Request Body

{"Catalog"=>"{{catalog}}", "MaxResults"=>20, "NextToken"=>nil, "ParticipantType"=>"RECEIVER", "PayloadType"=>["OpportunityInvitation"], "Sort"=>{"SortBy"=>"InvitationDate", "SortOrder"=>"DESCENDING"}}

HEADERS

KeyDatatypeRequiredDescription
Acceptstring
Content-Typestring

RESPONSES

status: OK

{"EngagementInvitationSummaries":[{"Arn":"arn:aws:partnercentral:us-east-1::catalog/AWS/engagement-invitation/engi-0000001abc3de","Catalog":"AWS","EngagementId":null,"EngagementTitle":"Some New Project Name","ExpirationDate":"2024-11-21T07:00:00Z","Id":"engi-0000001abc3de","InvitationDate":"2024-11-14T19:41:29Z","PayloadType":"OpportunityInvitation","Receiver":{"Account":{"Alias":"PC API Canary Test Partner [DO NOT EDIT]","AwsAccountId":"111111111111"}},"SenderAwsAccountId":"aws","SenderCompanyName":"AWS","Status":"PENDING"},{"Arn":"arn:aws:partnercentral:us-east-1::catalog/AWS/engagement-invitation/engi-0000001abc4de","Catalog":"AWS","EngagementId":null,"EngagementTitle":"Some New Project Name","ExpirationDate":"2024-11-21T07:00:00Z","Id":"engi-0000001abc4de","InvitationDate":"2024-11-14T18:39:15Z","PayloadType":"OpportunityInvitation","Receiver":{"Account":{"Alias":"PC API Canary Test Partner [DO NOT EDIT]","AwsAccountId":"111111111111"}},"SenderAwsAccountId":"aws","SenderCompanyName":"AWS","Status":"PENDING"}],"NextToken":"AAMA-EFRSURBSGd3UFpqL0JaWWd5TFQ2RHRwRTc1QmVLMmw2SGhxQ3-testToken"}