MetadataFields

MetadataFields contains definitions for metadataClosed Metadata provides information about a piece of data. It is used to summarize basic information about data, which can make working with the data easier. In Keyfactor Command, the certificate metadata feature allows you to create custom metadata fields that allow you to tag certificates with tracking information about certificates. that can be associated with certificates in Keyfactor Command.

Table 543: MetadataFields Endpoints

Endpoint Method Description Link
/{id} DELETE Deletes an existing metadata field. DELETE Metadata Fields ID
/{id} GET Returns detailed information for the specified metadata field. GET Metadata Fields ID
/{name} GET Returns detailed information for the specified metadata field. GET Metadata Fields Name
/{id}/InUse GET Returns a Boolean stating whether the metadata type is associated with a certificate. GET Metadata Fields ID In Use
/ DELETE Deletes multiple metadata fields specified in the request body. DELETE Metadata Fields
/ GET Returns all metadata field types with paging (number of pages to return and number of results per page) options. GET Metadata Fields
/ POST Creates a new metadata field using values supplied in the request body. POST Metadata Fields
/ PUT Updates an existing metadata field using values supplied in the request body. PUT Metadata Fields