Endpoint
/api/v2/tenants/{tenantId}/problems/{problemId}/responses
Path Parameters
tenantId
string

problemId
string

attachments
array

attachments.contentURL
attachments.createdDate
attachments.file
attachments.id
attachments.name
createdDate
string

creator
object

creator.email
creator.firstName
creator.id
creator.lastName
creator.loginName
creator.phoneNumber
description
string

extTicketResponseId
string

hasAttachments
boolean

internal
boolean

tags
string

timeSpent
integer

{
  "attachments": [
    {
      "file": "U2FtcGxlIFRleHQgZmlsZS0gdGVzdGluZyB3aXRoIGF0dGFjaG1lbnQ=",
      "name": "file-1.txt"
    },
    {
      "file": "U2FtcGxlIFRleHQgZmlsZS0gdGVzdGluZyB3aXRoIGF0dGFjaG1lbnQ=",
      "name": "file-2.txt"
    }
  ],
  "creator": {
    "id": "USR0000002146",
    "loginName": "FSSL-API-Lab-User-1"
  },
  "description": "Adding Problem Attachment",
  "internal": false,
  "tags": "API, Problem",
  "timeSpent": 120
}

Responses

OK

attachments
array

attachments.contentURL
attachments.createdDate
attachments.file
attachments.id
attachments.name
createdDate
string

creator
object

creator.email
creator.firstName
creator.id
creator.lastName
creator.loginName
creator.phoneNumber
description
string

extTicketResponseId
string

hasAttachments
boolean

internal
boolean

tags
string

timeSpent
integer

{
  "attachments": [
    {
      "contentURL": "https:///api/v2/tenants/client_7/problems/PRB0000001112/responses/1904/resources/100",
      "createdDate": "2016-03-29T11:02:19+0000",
      "id": 100,
      "name": "file-1.txt"
    },
    {
      "contentURL": "https:///api/v2/tenants/client_7/problems/PRB0000001112/responses/1904/resources/101",
      "createdDate": "2016-03-29T11:02:19+0000",
      "id": 101,
      "name": "file-2.txt"
    }
  ],
  "createdDate": "2016-03-29T11:02:19+0000",
  "creator": {
    "email": "fssl.user@gmail.com",
    "firstName": "FSSL",
    "id": "USR0000002146",
    "lastName": "API-Lab",
    "loginName": "FSSL-API-Lab-User-1"
  },
  "description": "Adding Problem Attachment",
  "hasAttachments": true,
  "internal": false,
  "tags": "API,Problem",
  "timeSpent": 120
}