FGL Template​
Manages FGL templates and commands
Operations​
GET/api/v2/fgl-templatePOST/api/v2/fgl-templateGET/api/v2/fgl-template/signingGET/api/v2/fgl-template/certificateDELETE/api/v2/fgl-template/{id}PATCH/api/v2/fgl-template/{id}GET/api/v2/fgl-template/{id}/commandGET/api/v2/fgl-template/{id}/command/{commandId}POST/api/v2/fgl-template/{id}/command/{commandId}DELETE/api/v2/fgl-template/{id}/command/{commandId}PATCH/api/v2/fgl-template/{id}/command/{commandId}
Get FGL templates​
GET
/api/v2/fgl-template
Get FGL templates
Authorizations​
bearerAuth
Type
HTTP (bearer)
Parameters​
Query Parameters
_limit
Set the max number of fgl templates to return.
Type
number
Format
"integer"_offset
Set the number of objects to ignore before starting.
Type
number
Format
"integer"Responses​
A list of fgl templates.
Create a fgl template​
Get FGL signature for FGL print​
Get FGL certificate​
Deletes an existing fgl template​
Updates an existing fgl template​
Get FGL template commands​
GET
/api/v2/fgl-template/{id}/command
Get FGL template commands
Authorizations​
bearerAuth
Type
HTTP (bearer)
Parameters​
Path Parameters
id*
The id of the fgl template
Type
Requiredstring
Query Parameters
_limit
Set the max number of fgl commands to return.
Type
number
Format
"integer"_offset
Set the number of objects to ignore before starting.
Type
number
Format
"integer"Responses​
A list of fgl commands.
Get an FGL template command​
Create a command for an fgl template​
POST
/api/v2/fgl-template/{id}/command/{commandId}
Create a command for an fgl template
Authorizations​
bearerAuth
Type
HTTP (bearer)
Parameters​
Path Parameters
id*
The id of the fgl template
Type
Requiredstring
commandId*
The id of the command
Type
Requiredstring
Request Body​
application/json
{
 Â
 Â
 Â
 Â
 Â
 Â
 Â
 Â
}
Responses​
Create command Succeeded
Deletes an existing fgl command​
Updates an existing fgl command​
PATCH
/api/v2/fgl-template/{id}/command/{commandId}
Updates an existing fgl command
Authorizations​
bearerAuth
Type
HTTP (bearer)
Parameters​
Path Parameters
id*
The id of the fgl template
Type
Requiredstring
commandId*
The id of the fgl command
Type
Requiredstring
Request Body​
application/json
"string"
Responses​
Update command succeeded
