Reset

Reset cached Alliant metadata

Resets the cached Alliant metadata. This allows the Alliant metadata, such as User-Defined Fields, validation Rules, and so forth, to be refreshed and to be used in the next Alliant API request you make. Reset does not reset the Alliant metadata instantly. It allows all of the currently active requests to complete first.

SecurityHeaderToken
Request
query Parameters
autoLogOff
boolean

Use the autoLogOff parameter to log off Alliant API, discard the Alliant session Security Token, and release the Alliant license currently in use by Alliant API once the request completes.

Responses
200

OK

403

Forbidden

405

Method Not Allowed

500

Internal Server Error

post/api/metadata/reset
Response samples
application/json
{
  • "result": null,
  • "errors": [ ],
  • "warnings": [ ],
  • "hasErrors": false,
  • "hasWarnings": false
}