End Point Details
- Method – POST
- REST Endpoint -/public/preferences/
asofdate, where the userId, appName, and as-of-date are passed in the request body. - Content-Type - application/json
Request Headers Details
The following lists the Request Headers:
- ofs_tenant_id - Tenant ID of the Application.
- Locale - Local language in the language code format. For example,
en-US. - ofs_remote_user - User ID of the user.
- ofs_workspace_id - Workspace ID of the Application. The default value is
WS001and same should be passed each time. - ofs_service_id - Service ID of the Application.
- Authorization - Access token required to authenticate the API. If this token is not provided, a 401 Unauthorized error is generated. For more information about the Bearer token, refer to Generate the Access Token.