Three-phase approach to Oracle Simphony Labor API integration
Day 1
Day 2
pm.environment.set("access_token",
pm.response.json().access_token);
pm.environment.set("token_expiry",
Date.now() + 3600000);
Day 3
/api/v1/employees
/api/v1/jobcodes
/api/v1/timesheets
REST over HTTPS with TLS 1.2+
OAuth 2.0 Client Credentials Grant
JSON request/response bodies
100 requests per minute per token
Cursor-based with 500 records per page
Standard HTTP status codes with error objects