List FGL templates​
Create FGL template​
Get FGL template by ID​
GET
/api/v2/fgl-templates/{id}
Get a single FGL template
Authorizations​
bearerAuth
Type
HTTP (bearer)
Parameters​
Path Parameters
id*
FGL Template ID
Type
Requiredinteger
Query Parameters
_include
Include related resources
Type
string
Valid values
"commands"Responses​
FGL template object
application/json
{
 Â
}
Delete FGL template​
Update FGL template​
PATCH
/api/v2/fgl-templates/{id}
Update an existing FGL template
Authorizations​
bearerAuth
Type
HTTP (bearer)
Parameters​
Path Parameters
id*
FGL Template ID
Type
Requiredinteger
Request Body​
application/json
"string"
Responses​
Updated FGL template object
application/json
{
 Â
}
