pem.getServiceTemplateList
This method is supported by Operations starting from version 5.2
This method allows retrieving a list of service templates with filter on owner ID, status (active or not) and modification date.
The method has the following input parameters:
Name |
Type |
Short Description |
---|---|---|
|
int |
ID of account that owns the service template. |
|
boolean |
The required parameter that returns:
|
|
int |
Service template modification time starting from which service templates are filtered into the method output. Must be specified in the number of seconds since 1970-01-01 00:00:00 UTC (Unix time format). |
This method returns an array of the following structures:
Name |
Type |
Short Description |
---|---|---|
|
int |
Service template ID. |
|
string |
Service template name. |
|
string |
Service template description. |
|
boolean |
Is the service template active (can be subscribed). |
|
int |
ID of account that owns the service template. |