Labor Adjustment Landing Page

GET {{base_url}}/DataEntry/laLanding

Use this endpoint to retrieve one of the following from the Labor Adjustment form (landing page): - A list of all the record files (or batches) if you have the Use Files to Group Transactions option set to Yes in Settings » Accounting » Transactions. - A list of all the records if you have the Use Files to Group Transactions option set to No in Settings » Accounting » Transactions.

Request Params

KeyDatatypeRequiredDescription
pagestringOptional.

The page to retrieve. Value 1 means that you are retrieving the first page of records from the landing page. | | pageSize | string | | Optional.

The number of records to include in the page you are retrieving. It will retrieve records 1-5 of the data for the first page of the landing page.

If you entered a page value of 2 and pageSize of 5, it would retrieve records 6-10 of the data for the second page of the landing page. |

HEADERS

KeyDatatypeRequiredDescription
Content-TypestringRequired.

The type of content supported by the API endpoint. | | Authorization | string | | Required.

The type of authorization supported by the API endpoint. |

RESPONSES

status: OK

[{"Description":"0107 benefit AtoB","Creator":"DAVE","EndDate":"2007-01-30T00:00:00.000","ApprovalStatus":"V","ApprovalStatusDesc":"Available","TransType":"LA","Batch":"0107 benefit AtoB","Company":"A0","Period":"Recurring","RawPeriod":200609,"PostStatus":"","PostStatusDesc":"","PostComment":"","PostDate":"","PostUser":"","PostSeq":"","TransListReportPath":"/Standard/TransactionList/TranListLA","PostLogReportPath":"","PostLogReportName":"","AutoPost":"","RecurSchedule":"","Reverse":"","Reversed":"","Recurring":"Y"},{"Description":"A empl B promo PR","Creator":"DAVE","EndDate":"2006-05-08T00:00:00.000","ApprovalStatus":"V","ApprovalStatusDesc":"Available","TransType":"LA","Batch":"A empl B promo PR","Company":"A0","Period":"Recurring","RawPeriod":200605,"PostStatus":"","PostStatusDesc":"","PostComment":"","PostDate":"","PostUser":"","PostSeq":"","TransListReportPath":"/Standard/TransactionList/TranListLA","PostLogReportPath":"","PostLogReportName":"","AutoPost":"","RecurSchedule":"","Reverse":"","Reversed":"","Recurring":"Y"},{"Description":"AA0420151","Creator":"ADMIN","EndDate":"2015-04-20T00:00:00.000","ApprovalStatus":"N","ApprovalStatusDesc":"In Progress","TransType":"LA","Batch":"AA0420151","Company":"","Period":"13/2011","RawPeriod":201113,"PostStatus":"","PostStatusDesc":"","PostComment":"","PostDate":"","PostUser":"","PostSeq":0,"TransListReportPath":"/Standard/TransactionList/TranListLA","PostLogReportPath":"","PostLogReportName":"","AutoPost":"","RecurSchedule":"","Reverse":"","Reversed":"","Recurring":"N"},{"Description":"AA0421152","Creator":"ADMIN","EndDate":"2015-04-21T00:00:00.000","ApprovalStatus":"N","ApprovalStatusDesc":"In Progress","TransType":"LA","Batch":"AA0421152","Company":"","Period":"13/2011","RawPeriod":201113,"PostStatus":"","PostStatusDesc":"","PostComment":"","PostDate":"","PostUser":"","PostSeq":0,"TransListReportPath":"/Standard/TransactionList/TranListLA","PostLogReportPath":"","PostLogReportName":"","AutoPost":"","RecurSchedule":"","Reverse":"","Reversed":"","Recurring":"N"},{"Description":"BillingTest","Creator":"ADMIN","EndDate":"2009-12-31T00:00:00.000","ApprovalStatus":"N","ApprovalStatusDesc":"In Progress","TransType":"LA","Batch":"BillingTest","Company":"","Period":"13/2009","RawPeriod":200913,"PostStatus":"","PostStatusDesc":"","PostComment":"","PostDate":"","PostUser":"","PostSeq":0,"TransListReportPath":"/Standard/TransactionList/TranListLA","PostLogReportPath":"","PostLogReportName":"","AutoPost":"","RecurSchedule":"","Reverse":"","Reversed":"","Recurring":"N"}]