Read One Rule Mapping

GET {{apiPath}}/environments/{{envID}}/propagation/rules/{{ruleID}}/mappings

To get information about the attribute mappings associated with a propagation rule resource, the GET /environments/{{envID}}/propagation/rules/{{ruleID}}/mappings operation returns data about the mapping attributes associated with the propagation rule specified by its ID.

RESPONSES

status: OK

{"_embedded":{"mappings":[{"id":"f65e4fd3-0a56-4bf9-a7ac-44d805344e46","environment":{"id":"abfba8f6-49eb-49f5-a5d9-80ad5c98f9f6"},"createdAt":"2022-01-13T21:42:09.972Z","updatedAt":"2022-01-13T21:42:09.972Z","rule":{"id":"f9d4c0fc-269d-4645-9079-2795b18f06a6"},"sourceAttribute":"accountId","targetAttribute":"userName"}]},"_links":{"self":{"href":"https://api.pingone.com/v1/environments/abfba8f6-49eb-49f5-a5d9-80ad5c98f9f6/propagation/rules/f9d4c0fc-269d-4645-9079-2795b18f06a6/mappings"}}}