Get journalLines
Retrieve the properties and relationships of a journal line object for Business Central.
Note
Get journalLines will only return lines where documentType is not specified and where accountType is either of type "G/L Account"
or "Bank Account"
.
HTTP request
Replace the URL prefix for Business Central depending on environment following the guideline.
GET businesscentralPrefix/companies({id})/journals({id})/journalLines({id})
Request headers
Header | Value |
---|---|
Authorization | Bearer {token}. Required. |
Request body
Do not supply a request body for this method.
Response
If successful, this method returns a 200 OK
response code and a journalLines object in the response body.
Example
Request
Here is an example of the request.
GET https://{businesscentralPrefix}/api/v2.0/companies({id})/journals({id})/journalLines({id})
Response
Here is an example of the response.
Note
The response object shown here may be truncated for brevity. All of the properties will be returned from an actual call.
{
"id": "0a077d18-45e3-ea11-bb43-000d3a2feca1",
"journalId": "dd1b6a90-44e3-ea11-bb43-000d3a2feca1",
"journalDisplayName": "DEFAULT",
"lineNumber": 10000,
"accountType": "G/L Account",
"accountId": "00000000-0000-0000-0000-000000000000",
"accountNumber": "",
"postingDate": "2018-12-31",
"documentNumber": "",
"externalDocumentNumber": "",
"amount": 0,
"description": "",
"comment": "",
"lastModifiedDateTime": "0001-01-01T00:00:00Z"
}
Related information
Tips for working with the APIs
journalline
Delete journalline
Create journalline
Update journalline