Atlassian · Example Payload

Atlassian Atlassiangetdashboarditemproperty Example

CodeCollaborationPlatformProductivitySoftware Development

Atlassian Atlassiangetdashboarditemproperty Example is an example object payload from Atlassian, 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": "atlassianGetdashboarditemproperty",
  "method": "GET",
  "path": "/rest/api/3/dashboard/{dashboardId}/items/{itemId}/properties/{propertyKey}",
  "summary": "Atlassian Get Dashboard Item Property",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "example": "{\"key\":\"issue.support\",\"value\":{\"system.conversation.id\":\"b1bf38be-5e94-4b40-a3b8-9278735ee1e6\",\"system.support.time\":\"1m\"}}"
    }
  ]
}