IControler Service

<back to all web services

PerspectiveRelationGetRequest

The following routes are available for this service:
GET/PerspectiveRelation

To override the Content-type in your clients 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/PerspectiveRelationGetRequest HTTP/1.1 
Host: gc-test.splitvision.nl 
Content-Type: text/jsv
Content-Length: length

{
	FromPerspectiveId: 0,
	ToPerspectiveId: 0,
	Type: 0,
	TenantId: String,
	ModifiedBy: 0,
	OrgId: 0,
	Culture: String
}
HTTP/1.1 200 OK
Content-Type: text/jsv
Content-Length: length

{
	PerspectiveRelationList: 
	[
		{
			FromPerspectiveId: 0,
			ToPerspectiveId: 0,
			ToEnterpriseId: 0,
			Status: String,
			Words: 
			[
				{
					PerspectiveRelationId: 0,
					Type: 0,
					WordId: 0,
					WordPurpose: 0,
					Status: String,
					Word: 
					{
						Value: String,
						SemanticWordId: 0,
						ExportId: 0,
						LanguageCulture: String,
						SemanticWord: 
						{
							Value: String,
							SemanticWordId: 0,
							ExportId: 0,
							LanguageCulture: String,
							SemanticWord: 
							{
								Value: String,
								SemanticWordId: 0,
								ExportId: 0,
								LanguageCulture: String,
								Id: 0
							},
							Id: 0
						},
						Id: 0
					},
					Id: 0
				}
			],
			Id: 0
		}
	],
	StatusCode: String,
	StatusMessage: String
}