Get build details
GET https://{{host}}/papi/v1/build
Gets information about the current API release. Note that available information about version numbers and build dates are unrelated to the overall API version or to various rule format versions. See API versioning for details.
Request Params
| Key | Datatype | Required | Description |
|---|---|---|---|
accountSwitchKey | string | (Optional) For customers who manage more than one account, this runs the operation from another account. The Identity and Access Management API provides a list of available account switch keys. |
HEADERS
| Key | Datatype | Required | Description |
|---|---|---|---|
Accept | string |
RESPONSES
status: OK
{"catalogGitInfo":{"branch":"candidate-14.2","buildTime":"2014-05-26T23:56:21Z","commitId":"59a193acdf26ba6de1522486411a749f19efde8c","commitTime":"2014-05-26T23:55:53Z"},"coreGitInfo":{"branch":"14.2","buildTime":"2014-04-25T17:02:43Z","commitId":"22163903cb91a62492dfce745aaa95de991b0653","commitTime":"2014-04-25T17:01:11Z"},"coreVersion":"14.2","currentCatalogVersion":"14.2.6"}