Participant APIs | REST

Version:
Download Open API Specification

Get a list of unselected employers for a document setup

https://api.wealthcare.com/participant/services/document/management/document/employer/{tpaId}

Retrieve a list of employers that have not yet been selected for a specific document setup, identified by the TPA ID. This operation is useful for administrators who need to manage employer associations with documents efficiently.

Request

  • tpaId string Required

    A unique identifier used to identify your admin instance. This value is system generated when the admin instance was created.

  • documentId string Required

    The unique identifier for the document for which unselected employers are being retrieved. This parameter is required to filter the results appropriately.

  • decrypt integer <int32>

    Indicate if the URI parameters are encrypted or not. Use 1 for encrypted, 0 for decrypted (default is 0). This affects how the API interprets the incoming identifiers.

Response

  • array <object>
    • TpaId string
    • EmprId string
    • EmprName string

AI Assistant Preview

Generating response...