eQuipAPI

<back to all web services

GetAuditPackageConfigurationFields

Get Audit Package Configuration Fields

The following routes are available for this service:
GET/AuditPackage/AuditPackageConfigurationFieldsGet Audit Package Configuration Fields
GetAuditPackageConfigurationFields Parameters:
NameParameterData TypeRequiredDescription
UserIDpathstringYesUser Internal ID of User
takepathInt32NoNo. of records taken
skippathInt32NoNo. of records skip
Response Parameters:
NameParameterData TypeRequiredDescription
DatabodyIEnumerableNo
TotalbodyintNo

To override the Content-type in your clients, use the HTTP Accept Header, append the .jsv suffix or ?format=jsv

HTTP + JSV

The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.

POST /jsv/reply/GetAuditPackageConfigurationFields HTTP/1.1 
Host: equipstage2.e-isg.com 
Content-Type: text/jsv
Content-Length: length

{
	UserID: String,
	take: 0,
	skip: 0
}
HTTP/1.1 200 OK
Content-Type: text/jsv
Content-Length: length

{
	Total: 0
}