Platform API

<back to all web services

GetQuadrant

Get quadrant data for the perspective session id specified in the authentication token

Requires Authentication
The following routes are available for this service:
All Verbs/api/quadrant
All Verbs/api/core/quadrant
GetQuadrant Parameters:
NameParameterData TypeRequiredDescription
PerspectiveSessionIdqueryGuidNo
GetQuadrantResponse Parameters:
NameParameterData TypeRequiredDescription
QuadrantformQuadrantModelNo
PermissionsformList<Guid>No
ResponseStatusformResponseStatusNo
QuadrantModel Parameters:
NameParameterData TypeRequiredDescription
AppliancesformList<ListItemModel>No
UserProfileIdformGuidNo
RoleConnectionIdformGuidNo
LicenseeContactIdformGuidNo
LicenseeContactNameformstringNo
ApplianceIdformGuidNo
FullNameformstringNo
ImpersonatingUserProfileIdformGuidNo
ConnectionsformList<ProfileLicenseeRoleView>No
ListItemModel Parameters:
NameParameterData TypeRequiredDescription
ListItemIdformGuidNo
NameformstringNo
DescriptionformstringNo
ShortNameformstringNo
IsDefaultformboolNo
OrderformintNo
ListItemTrafficLightIdformGuidNo
PrimaryListItemImageIdformGuidNo
PrimaryListItemImageUrlformstringNo
PrimaryImageThumbnailUrlformstringNo
OwnerContactIdformGuidNo
RecordStatusformstringNo
ProfileLicenseeRoleView Parameters:
NameParameterData TypeRequiredDescription
ApplianceIdformGuidNo
ApplianceNameformstringNo
ProfileIdformGuidNo
ProfileNameformstringNo
IsDefaultProfileformboolNo
ContactIdformGuidNo
ContactNameformstringNo
ContactTypeIdformGuidNo
LicenseeContactRoleConnectionIdformGuidNo
UserContactRoleConnectionIdformGuidNo
RoleIdformGuidNo
RoleNameformstringNo
LicenseeContactIdformGuidNo
LicenseeContactNameformstringNo
RoleOrderformintNo
ProfileImageUrlformstringNo
ProfileThumbnailImageUrlformstringNo
IsLicenseeRoleformboolNo
IsManageContactsRoleformboolNo
IsPlatformRoleformboolNo
IsDefaultformboolNo

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 /api/quadrant HTTP/1.1 
Host: pfapi.pstpf.com.au 
Accept: text/jsv
Content-Type: text/jsv
Content-Length: length

{
	
}
HTTP/1.1 200 OK
Content-Type: text/jsv
Content-Length: length

{
	Quadrant: 
	{
		Appliances: 
		[
			{
				Name: String,
				Description: String,
				ShortName: String,
				IsDefault: False,
				Order: 0,
				PrimaryListItemImageUrl: String,
				PrimaryImageThumbnailUrl: String,
				RecordStatus: String
			}
		],
		LicenseeContactName: String,
		FullName: String,
		Connections: 
		[
			{
				ApplianceName: String,
				ProfileName: String,
				IsDefaultProfile: False,
				ContactName: String,
				RoleName: String,
				LicenseeContactName: String,
				RoleOrder: 0,
				ProfileImageUrl: String,
				ProfileThumbnailImageUrl: String,
				IsLicenseeRole: False,
				IsManageContactsRole: False,
				IsPlatformRole: False,
				IsDefault: False
			}
		]
	},
	Permissions: 
	[
		00000000-0000-0000-0000-000000000000
	],
	ResponseStatus: 
	{
		ErrorCode: String,
		Message: String,
		StackTrace: String,
		Errors: 
		[
			{
				ErrorCode: String,
				FieldName: String,
				Message: String,
				Meta: 
				{
					String: String
				}
			}
		],
		Meta: 
		{
			String: String
		}
	}
}