v1

latestOpenAPI 3.0.22026-07-24154101.1 MB
Tip Pool

Retrieve Tip Pool Manual Entries

get/v2/company/{company_id}/tip_pool/{tip_pool_settings_uuid}/manual_entry

Path parameters

company_idinteger required
Example:384

The company ID for the target tip pool settings

tip_pool_settings_uuidstring uuid required

The tip pool settings uuid

Query parameters

start_datestring date required
Example:2021-01-01T00:00:00.000Z

The start date of the manual entry query range

end_datestring date required
Example:2021-01-08T00:00:00.000Z

The end date of the manual entry query range

Headers

x-api-versionstring

An API version

Example:2022-05-01

7shifts API version

x-company-guidstring uuid

Company GUID

Response

Manual tip entry data

object'manual_tip_pooling'

Example response

{
  "data": [
    {
      "entry_date": "2021-01-01",
      "tip_amount": 12.5,
      "created": "2021-02-12T12:00:00Z",
      "modified": "2021-02-12T13:00:00Z"
    }
  ]
}