Next Topic

Previous Topic

Book Contents

Get Functions for Module

Returns a count and array of all function IDs for a specified module ID.

GET /functions/{moduleId}

Headers

Model Schema

Field

DataType

Filterable

Sortable

TotalRecords

int

 

 

Result

int

 

 

ResponseCode

int

 

 

Status

string

 

 

Error

string

 

 

Sample Response Model

{
  "TotalRecords": 2231,
  "Result": [
    2,
    3,
    5,
    ...
    900135,
    900136,
    900137
  ],
  "ResponseCode": 0,
  "Status": "OK",
  "Error": "None"
}