Returns a count and array of all function IDs for a specified module ID.
GET /functions/{moduleId}
Headers
Model Schema
Field |
DataType |
Filterable |
Sortable |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Sample Response Model
{
"TotalRecords": 2231,
"Result": [
2,
3,
5,
...
900135,
900136,
900137
],
"ResponseCode": 0,
"Status": "OK",
"Error": "None"
}