Return the associated comment

get

/api/v1/applications/{id}/comments/{commentid}

This API returns the comment associated with the application.

Request

Path Parameters

Response

Supported Media Types

200 Response

The application comment.
Body ()
The base class of all the types of application tracking history items. This class contains all the common information that can be stored to know what happened to the application of the candidate.
Root Schema : ApplicationTrackingHistoryItem
Type: object
The base class of all the types of application tracking history items. This class contains all the common information that can be stored to know what happened to the application of the candidate.
Match All
Show Source
Nested Schema : AbstractApplicationTrackingHistoryItem
Type: object
The base class of all the types of application tracking history items. With application tracking history itens we can know : when the candidate has applied on a requisition, when and what has changed in his personnal informations, when and what has change on his application, when and what was the progression of the candidate during the hiring process.
Match All
Show Source
Nested Schema : ApplicationTrackingHistoryItem-allOf[1]
Type: object
Show Source
Nested Schema : Entity
Type: object
Base entity type.
Show Source
Nested Schema : AbstractApplicationTrackingHistoryItem-allOf[1]
Type: object
Show Source
Nested Schema : CandidateSelectionEvent
Type: object
This class is a lookup. It contains all the possbile events that can occured when a change happened during the selection process of the candidate.
Match All
Show Source
Nested Schema : Message
Type: object
Log message
Match All
Show Source
Nested Schema : User
Type: object
Show Source
Nested Schema : tokens
Type: array
This attribute contains tokens to add detaills to the tracking history item.
Show Source
  • ApplicationTrackingItemToken
    This class is use to store a pair of informations (token ,value) to help build the column details that is displayed into the column details. Suppose that we have a detail string that look like that : 'Hello {token_example} !!!' And suppose that we have a token 'token_example' who is value is 'World'. When the replacement will be done, we will have this detail string : Hello World !!!
Nested Schema : ResourceLookup
Type: object
Base entity type for all resource based lookup entities in this model.
Show Source
Nested Schema : CandidateSelectionEvent-allOf[1]
Type: object
Show Source
Nested Schema : CandidateSelectionEventCategory
Type: object
This is a lookup class. It contains all the categories of the events that can occured when a change happened during the selection process of the candidate.
Match All
Show Source
Nested Schema : MLString
Type: array
Show Source
Nested Schema : CandidateSelectionEventCategory-allOf[1]
Type: object
Show Source
  • Public identifier of the candidate selection event category.
Nested Schema : MLStringItem
Type: object
Show Source
Nested Schema : Message-allOf[1]
Type: object
Show Source
Nested Schema : MessageDeliveryTransport
Type: object
email, fax
Match All
Show Source
Nested Schema : MessageTemplate
Type: object
Match All
Show Source
Nested Schema : BaseMultilingualAdminEntity
This class serves as a common ancestor for all multilingual, administrable entities.
Match All
Show Source
Nested Schema : MessageTemplate-allOf[1]
Type: object
Show Source
Nested Schema : BaseAdminEntity
Type: object
The base class for all administrable entities.
Show Source
Nested Schema : BaseMultilingualAdminEntity-allOf[1]
Type: object
Show Source
  • Indicates if the given language is active (or usable).
  • Indicates if the given language is the base language for this entity.
Nested Schema : AdminEntityStatus
The administration entity status. Possible values: 1 Active, 2 Draft.
Match All
Show Source
Nested Schema : AdminEntityStatus-allOf[1]
Type: object
Show Source
Nested Schema : ApplicationTrackingItemToken
Type: object
This class is use to store a pair of informations (token ,value) to help build the column details that is displayed into the column details. Suppose that we have a detail string that look like that : 'Hello {token_example} !!!' And suppose that we have a token 'token_example' who is value is 'World'. When the replacement will be done, we will have this detail string : Hello World !!!
Match All
Show Source
Nested Schema : ApplicationTrackingItemToken-allOf[1]
Type: object
Show Source
  • The token is a string that we need to replace with it's value to build the detail string that will be displayed.
  • The value is string that will replace the token string to build the detail string that will be displayed.

Default Response

Unexpected error.

Examples

curl -X GET -k -i 'https://mysite.example.com/enterprise/fluid/api/v1/applications/8157/comments/214933'

Example of Response Header

Status: HTTP/1.1 200 OK Content-Type : application/json

Example of Response Body

The following example shows the contents of the response body in JSON format.

{
    "key": "214933",
    "detail": 1524209343496,
    "commentText": " Testing add comment1",
    "user": {
        "key": "2",
        "firstName": "Team",
        "lastName": "Support",
        "id": 2
    },
    "eventDate": null
}