# credentialing-workflows ## CredentialingWorkflowsController_revertStatus - [PATCH /credentialing-workflows/{id}/revert-status](https://docs.certifyos.com/reference/application/api/credentialing-workflows/credentialingworkflowscontroller_revertstatus.md) ## Create Credentialing Note - [POST /credentialing-workflows/{id}/notes](https://docs.certifyos.com/reference/application/api/credentialing-workflows/credentialingworkflowscontroller_createcredentialingnote.md): Creates a new note associated with the specified credentialing workflow. ### Functionality - Adds a user-generated note to a credentialing workflow. - Useful for internal communication, tracking decisions, or annotating the process. - The note will be associated with the given workflow ID. ## Update Credentialing Note - [PATCH /credentialing-workflows/{id}/notes/{noteId}](https://docs.certifyos.com/reference/application/api/credentialing-workflows/credentialingworkflowscontroller_updatecredentialingnote.md): Updates an existing note associated with a credentialing workflow. ## Populate template fields for credentialing workflow - [GET /credentialing-workflows/{id}/populate-template-fields](https://docs.certifyos.com/reference/application/api/credentialing-workflows/credentialingworkflowscontroller_populatetemplatefields.md): Retrieves and populates template fields for the specified credentialing workflow. Useful for generating documents, emails, or other communications that require workflow-specific data to be inserted into templates.