Get Campaign

GET {{baseUrl}}/campaigns/:id

Use this API to get information for an existing certification campaign by the campaign's ID. Authorized callers must be reviewers for this campaign, ORGADMINs, or a CERTADMINs.

Request Params

KeyDatatypeRequiredDescription
detailstringDetermines whether slim, or increased level of detail is provided for each campaign in the returned list. Slim is the default behavior.

HEADERS

KeyDatatypeRequiredDescription
Acceptstring

RESPONSES

status: OK

{"id":"3b2e2e5821e84127b6d693d41c40623b","name":"Role Composition Campaign","description":"A review done by a role owner.","deadline":"2020-12-25T06:00:00.468Z","type":"ROLE_COMPOSITION","status":"ACTIVE","emailNotificationEnabled":false,"autoRevokeAllowed":false,"recommendationsEnabled":false}