Endpoint
/api/v2/tenants/{tenantId}/problems/{problemId}/responses
Path Parameters
tenantIdstring
problemIdstring
attachmentsarray
Child Parameters
- attachments.contentURL
- attachments.createdDate
- attachments.file
- attachments.id
- attachments.name
createdDatestring
creatorobject
Child Parameters
- creator.email
- creator.firstName
- creator.id
- creator.lastName
- creator.loginName
- creator.phoneNumber
descriptionstring
extTicketResponseIdstring
hasAttachmentsboolean
internalboolean
tagsstring
timeSpentinteger
{
"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
attachmentsarray
Child Parameters
- attachments.contentURL
- attachments.createdDate
- attachments.file
- attachments.id
- attachments.name
createdDatestring
creatorobject
Child Parameters
- creator.email
- creator.firstName
- creator.id
- creator.lastName
- creator.loginName
- creator.phoneNumber
descriptionstring
extTicketResponseIdstring
hasAttachmentsboolean
internalboolean
tagsstring
timeSpentinteger
{
"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
}