Get all the profile forms
GET {{backofficeURL}}/ProfileService/profiles/forms?access_token={{useraccessToken}}
- Using this service, we can get all the profile forms that exists in the application.
- Run this service just once, since it has a test script defined to fetch a specific profileFormID and turn the profileFormID into a global variable so that other necessary services can utilize it.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
access_token | string |