List Forms
Forms should be returned from this API in a deterministic order. Deterministic order is desired if we decide to use pagination. Anticipated load – Moveworks will call this endpoint to iterate over all forms provided by this endpoint once every 24 hours. This API is primarily used for ingestion.
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
OR
X-API-KEYstring
API Key authentication via header
Query parameters
offset
Given a deterministically ordered list of articles, skips this many forms before returning form records
limit
Number of forms to return in a single query. Recommended max: 100 records / request.
Response headers
X-RateLimit-Limit
The maximum number of requests you're permitted to make per minute.
X-RateLimit-Remaining
The number of requests remaining in the current rate limit window.
X-RateLimit-Reset
The remaining window before the rate limit FULLY resets in UTC epoch seconds.
Response
List of forms
results