Discussions
500 error: "Company admin not found."
Making a request to https://api.7shifts.com/v2/companies
I'm getting a 500 error:
Enforce minimum plan
Our integration uses features that require "The Works" plan, or possibly a partial featureset with the "Entree" plan I want to make sure that customers have the appropriate plan when enabling the integration.
Where does company ID come from?
I'm working on migrating to v2 endpoints. Through the OAuth company grant flow I'm obtaining a company GUID, but all the v2 endpoints also require a company ID—Which seems redundant. The documentation doesn't ever specify where I'm supposed to get this from. Obviously I can call /v2/companies, but will there only ever be a single item in that list for a given GUID or do I have to handle the possibility of multiple company IDs for a single GUID?
Employee Documents and Certifications
Hello,
Get 7tasks vis API
Is there an endpoint that allows queries to the tasks in 7tasks? We're working on a custom integration where another tool should be aware of when tasks are scheduled in 7tasks.
Missing v2 endpoints
Hi, we're in the process of migrating to the v2 API with the v1 api being EOL soon.
Create a new receipt of type refund
I am trying to create a refund receipt by calling the endpoint: https://api.7shifts.com/v2/company/{company_id}/receipts but it doesn't accept a negative value in the net_total field.
GET https://api.7shifts.com/v2/company/{company_id}/users stopped working
Hi - I've been using that endpoint for some time, but I started getting this error a couple days ago:
Custom sales projections API
Hi,
How do I get a role_id when querying for shifts (v2 API)?
When I query for shifts, I get valid data, such as the "user_id" and a "start" and "end" time.