Net3 API Interface for Customer Portal

<back to all web services

GetOrgs

Requires Authentication
The following routes are available for this service:
POST/orgs
GetOrgs Parameters:
NameParameterData TypeRequiredDescription
loginsbodyList<TypeLogin>No
getFullbodyboolNo
DTOBase Parameters:
NameParameterData TypeRequiredDescription
sessionIdformstringNo
TypeLogin Parameters:
NameParameterData TypeRequiredDescription
MembershipIdformintNo
UserIdformGuidNo
UsernameformstringNo
PasswordformstringNo
DatacenterURLformstringNo
LocationTypeformstringNo
LocationformstringNo
DatacenterLocationformDatacenterLocationsNo
ApplicationNameformstringNo
ApplicationIdformGuidNo
ApplicationLocationIdformGuidNo
CompanyNameformstringNo
CompanyIdformGuidNo
StatusformintNo
RightsformList<string>No
SessionIdformstringNo
RolesformList<string>No
PermissionsformList<string>No
AttributesformList<TypeMembershipAttribute>No
UseTwoFactorAuthformboolNo
PresharedKeyformstringNo
PasscodeformstringNo
IdformstringNo
FirstNameformstringNo
LastNameformstringNo
DatacenterLocations Enum:
GMU
SPA
LAS
DEV
VCD
AWS
GCP
UAT
AZU
AUV
ATL
TypeMembershipAttribute Parameters:
NameParameterData TypeRequiredDescription
AttributeTypeformstringNo
AttributeValueformstringNo
AttributeDataTypeformstringNo

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

To embed the response in a jsonp callback, append ?callback=myCallback

HTTP + JSON

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

POST /orgs HTTP/1.1 
Host: n3tapi.palmettovdc.com 
Accept: application/json
Content-Type: application/json
Content-Length: length

{"logins":[{"membershipId":0,"userId":"00000000000000000000000000000000","username":"String","password":"String","datacenterURL":"String","locationType":"String","location":"String","datacenterLocation":"GMU","applicationName":"String","applicationId":"00000000000000000000000000000000","applicationLocationId":"00000000000000000000000000000000","companyName":"String","companyId":"00000000000000000000000000000000","status":0,"rights":["String"],"sessionId":"String","roles":["String"],"permissions":["String"],"attributes":[{"attributeType":"String","attributeValue":"String","attributeDataType":"String"}],"useTwoFactorAuth":false,"presharedKey":"String","passcode":"String","id":"String","firstName":"String","lastName":"String"}],"getFull":false,"sessionId":"String"}