• Document Up to Date

Get Ticket

Returns the ticket info for the given ticket ID.

Resource Information

This service uses the tomcat application on port 8080 by default. To see a list of default ports click here

The context for this API is /crafter-profile, please prefix the API URLs with this context.

HTTP Verb
GET
URL
/api/1/authentication/token/:id
Response Formats
JSON

Parameters

Name
Type
Required
Description
accessTokenId

String


The access token ID of the application
making the call
ticketId
String
The ID of the ticket

Example

Request

GET .../api/1/authentication/ticket/b4d44030-d0af-11e3-9c1a-0800200c9a66?accessTokenId=e8f5170c-877b-416f-b70f-4b09772f8e2d

Response

Status 200 OK

{
  "tenant": "default",
  "profileId": "5925a68def86951f895cf497",
  "lastRequestTime": 1495664265318,
  "id": "2e911e0b-ac47-423e-9174-4e8896f1b387"
}

Responses

Status
Location
Response Body
200

See example above.
500

{ "message" : "Internal server error" }