Endpoint
/api/v2/tenants/{tenantId}/timeBoundRequests/{timeBoundRequestId}/responses/search
Path Parameters
tenantIdstring
timeBoundRequestIdstring
Query Parameters
pageNointeger
pageSizeinteger
sortNamestring
isDescendingOrderboolean
queryStringstring
Responses
OK
descendingOrderboolean
nextPageboolean
nextPageNointeger
orderBystring
pageNointeger
pageSizeinteger
previousPageNointeger
resultsarray
Child Parameters
- results.attachments
- results.createdDate
- results.creator
- results.description
- results.extTicketResponseId
- results.hasAttachments
- results.internal
- results.tags
- results.timeSpent
totalPagesinteger
totalResultsinteger
{
"descendingOrder": true,
"nextPage": false,
"nextPageNo": 0,
"orderBy": "response.id",
"pageNo": 1,
"pageSize": 10,
"previousPageNo": 0,
"results": [
{
"createdDate": "2016-03-30T18:09:10+0000",
"creator": {
"email": "fssl.user@gmail.com",
"firstName": "FSSL",
"id": "USR0000002146",
"lastName": "API-Lab",
"loginName": "FSSL-API-Lab-User-1"
},
"description": "Testing Response",
"hasAttachments": false,
"internal": false
},
{
"createdDate": "2016-03-30T18:07:50+0000",
"creator": {
"email": "fssl.user@gmail.com",
"firstName": "FSSL",
"id": "USR0000002146",
"lastName": "API-Lab",
"loginName": "FSSL-API-Lab-User-1"
},
"description": "Testing Response",
"hasAttachments": false,
"internal": false
},
{
"createdDate": "2016-03-30T12:22:50+0000",
"creator": {
"email": "john.smith@gmail.com",
"firstName": "John",
"id": "USR0000002095",
"lastName": "Smith",
"loginName": "John.Smith"
},
"description": "Change in Schedule and Consoles",
"hasAttachments": false,
"internal": false
},
{
"attachments": [
{
"contentURL": "https://\u003capi-url\u003e/api/v2/tenants/client_1000/timeBoundRequests/TBT0000001127/responses/1927/resources/133",
"createdDate": "2016-03-30T12:20:01+0000",
"id": 133,
"name": "2.txt"
},
{
"contentURL": "https://\u003capi-url\u003e/api/v2/tenants/client_1000/timeBoundRequests/TBT0000001127/responses/1927/resources/134",
"createdDate": "2016-03-30T12:20:01+0000",
"id": 134,
"name": "1.txt"
}
],
"createdDate": "2016-03-30T17:50:01+0000",
"creator": {
"email": "fssl.user@gmail.com",
"firstName": "FSSL",
"id": "USR0000002146",
"lastName": "API-Lab",
"loginName": "FSSL-API-Lab-User-1"
},
"description": "Tickets must be in closed state within the specified time",
"hasAttachments": true,
"internal": false
}
],
"totalPages": 1,
"totalResults": 4
}