Webex · Example Payload

Webex Get Attachment Action Details Example

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Webex Get Attachment Action Details Example is an example object payload from Webex, with 6 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

operationIdmethodpathsummaryrequestExamplesresponseExamples

Example Payload

Raw ↑
{
  "operationId": "Get Attachment Action Details",
  "method": "GET",
  "path": "/attachment/actions/{id}",
  "summary": "Get Attachment Action Details",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "example": {
        "id": "Y2lzY29zcGFyazovL3VzL0NBTExTLzU0MUFFMzBFLUUyQzUtNERENi04NTM4LTgzOTRDODYzM0I3MQo",
        "personId": "Y2lzY29zcGFyazovL3VzL1BFT1BMRS83MTZlOWQxYy1jYTQ0LTRmZ",
        "roomId": "L3VzL1BFT1BMRS80MDNlZmUwNy02Yzc3LTQyY2UtOWI",
        "type": "submit",
        "messageId": "GFyazovL3VzL1BFT1BMRS80MDNlZmUwNy02Yzc3LTQyY2UtOWI4NC",
        "inputs": {
          "Name": "John Andersen",
          "Url": "https://example.com",
          "Email": "john.andersen@example.com",
          "Tel": "+1 408 555 7209"
        },
        "created": "2016-05-10T19:41:00.100Z"
      }
    }
  ]
}