Links a dynamic form to a service automation product based on identifiers.
Request
Request URI
Method | Request URI |
---|---|
POST | https://{company-name}.helloid.com/api/v1/forms/{<FormGUID> Guid}/linkto/{<ProductGUID>Guid} |
Request parameters
Parameter | Description |
---|---|
{company-name} | The company name of the target company |
{<FormGUID>Guid} | The GUID of the dynamic form. |
{<ProductGUID>Guid} | The GUID of the selfservice product. |
Request headers
Parameter | Description |
---|---|
Content-Type | Required for the calls that do not end with ‘/all’. Must be set to application/json. |
Request body
No request body
Request body parameters
No request body parameters
Response
Response status
Code | Description |
---|---|
200(OK) | Indicates that the operation was successful. |
400(BAD REQUEST) | Indicates that the operation was not successful. There were validation errors or the request body was malformed. |
401(UNAUTHORIZED) | Indicates that no authentication header was given or the api key and secret were invalid. If the api key and secret were valid check the configuration in your portal, it is possibilty these were IP restricted or are disabled. |
Please also see error result.
Please also see common HTTP status codes.
Sample response body
Empty response body
Example request with cURL
Replace placeholder values surrounded by { } with the actual values.
curl -u {api-key}:{api-secret} -X POST https://{company-name}.helloid.com/api/v1/forms/c27d138d-87d4-4c8e-b9df-0410ddc19f52/linkto/6bf8021e-6c63-4ba0-b21a-3c12d236c451