Read One Form

GET {{apiPath}}/environments/{{envID}}/forms/{{formID}}

The GET /environments/{environmentId}/forms/{{formID}} operation returns data only for the form resource identified by its ID in the request URL.

RESPONSES

status: OK

{"_links":{"self":{"href":"https://api.pingone.com/v1/environments/abfba8f6-49eb-49f5-a5d9-80ad5c98f9f6/forms/0badc556-4326-4ee2-b644-c4e6a9210314"}},"id":"0badc556-4326-4ee2-b644-c4e6a9210314","environment":{"id":"abfba8f6-49eb-49f5-a5d9-80ad5c98f9f6"},"name":"Custom-Form_1715811880","category":"CUSTOM","components":{"fields":[{"type":"TEXT","position":{"row":0,"col":0},"key":"field","label":"[{\"type\":\"paragraph\",\"children\":[{\"text\":\"\"},{\"type\":\"i18n\",\"key\":\"fields.user.email.label\",\"defaultTranslation\":\"Email Address\",\"inline\":true,\"children\":[{\"text\":\"\"}]},{\"text\":\"\"}]}]","required":true,"validation":{"type":"NONE","regex":"","errorMessage":""},"otherOptionEnabled":false,"otherOptionAttributeDisabled":false,"attributeDisabled":false},{"type":"SOCIAL_LOGIN_BUTTON","position":{"row":1,"col":0},"key":"social-login-button-field","label":"Sign in with Google","styles":{"width":100,"alignment":"CENTER","enabled":false},"idpType":"GOOGLE","idpName":"Google","idpId":"a46c0613-7e78-462f-aa2c-6cc47af9e61b","idpEnabled":true},{"type":"SUBMIT_BUTTON","position":{"row":2,"col":0},"label":"[{\"type\":\"paragraph\",\"children\":[{\"text\":\"\"},{\"type\":\"i18n\",\"key\":\"button.text\",\"defaultTranslation\":\"Submit\",\"inline\":true,\"children\":[{\"text\":\"\"}]},{\"text\":\"\"}]}]"}]},"cols":4,"markOptional":true,"markRequired":false,"translationMethod":"TRANSLATE","fieldTypes":["SUBMIT_BUTTON","TEXT","SOCIAL_LOGIN_BUTTON"],"languageBundle":{"fields.user.email.label":"Email Address","button.text":"Submit"},"created":"2024-05-15T22:24:40.425Z","modified":"2024-05-15T22:24:40.425Z"}