GET api/Journals/{id}

Retrieves information for a journal.

Request

Parameters

Name Description Default
id Unique journal ID.
notesFormat Format of the journal notes. rtf

Response

Body

Content Type: application/xml
Schema: TBA
Exported journal or an error message.

Status Codes

Code Condition
200 OK The operation completed successfully.
400 Bad RequestInvalid journal ID.
401 Unauthorized Access token is invalid, expired or not specified.
403 ForbiddenUser does not have permission to view the journal.
404 Not FoundJournal not found.
406 Not Acceptable Content type specified in the Accept header isn't supported.
500 Internal Server Error An internal error occurred.