GET Applications ID

The GET /Applications/{id} method is used to retrieve the certificate store application with the specified ID. This method returns HTTP 200 OK on a success with application details.

Tip:  The following permissions (see Security Roles and Claims) are required to use this feature:
/certificate_stores/read/
OR
/certificate_stores/read/#/ (where # is a reference to a specific certificate store application ID)

Permissions for certificate stores can be set at the system-wide level or with fine-grained control at the certificate store application level. See Application Permissions for more information about the differences between system-wide and more targeted permissions.

Table 278: GET Applications {id} Input Parameters

Name In Description
id Path

Required. A string containing the ID of the certificate store application.

Use the GET /Applications method (see GET Applications) to retrieve a list of all the certificate store applications to determine the certificate store application ID.

Table 279: GET Applications {id} Response Data

Name

Description

Id

An integer indicating the ID of the application.

Name

A string indicating the name of the application.

Schedule

An object containing the inventory schedule set for the application. Schedules are shown in cron syntax. ClosedShow schedule details.

Cert Store Type

An integer indicating the ID of the certificate store type, as defined in Keyfactor Command, for this application. A value of -1 indicates that the application is not associated with a certificate store type.

Note:  This parameter is considered deprecated and may be removed in a future release.
Certificate Stores

An array of objects indicating the certificate store data for the certificate stores within this application. ClosedShow certificate store details.

Tip:  See the Keyfactor API Reference and Utility which provides a utility through which the Keyfactor APIClosed An API is a set of functions to allow creation of applications. Keyfactor offers the Keyfactor API, which allows third-party software to integrate with the advanced certificate enrollment and management features of Keyfactor Command. endpoints can be called and results returned. It is intended to be used primarily for validation, testing and workflowClosed A workflow is a series of steps necessary to complete a process. In Keyfactor Command, it refers to the workflow builder, which allows you to automate event-driven tasks such as when a certificate is requested, revoked or found in a certificate store. development. It also serves secondarily as documentation for the API. The link to the Keyfactor API Reference and Utility is in the dropdown from the help icon () at the bottom of the Management Portal side menu.