IControler Service

<back to all web services

SysItemsByMetaItemNameRequest

The following routes are available for this service:
GET/SysMetaItems/{Name}/Items

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/SysItemsByMetaItemNameRequest HTTP/1.1 
Host: gc-test.splitvision.nl 
Content-Type: text/jsv
Content-Length: length

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

{
	MetaItem: 
	{
		EnterpriseId: 0,
		PerspectiveId: 0,
		Type: 0,
		ClonedMetaItemId: 0,
		ParentId: 0,
		ChildMetaItems: 
		[
			{
				EnterpriseId: 0,
				PerspectiveId: 0,
				Type: 0,
				ClonedMetaItemId: 0,
				ParentId: 0,
				ChildMetaItems: 
				[
					{
						EnterpriseId: 0,
						PerspectiveId: 0,
						Type: 0,
						ClonedMetaItemId: 0,
						ParentId: 0,
						ChildMetaItems: 
						[
							{
								
							}
						],
						Level: 0,
						ExportId: 0,
						IsDummy: False,
						SortType: 0,
						Id: 0,
						SignificantName: String,
						SignificantWordId: 0,
						Name: String,
						ShortName: String,
						Description: String,
						DisplayName: String,
						Image: 
						{
							Id: 0,
							Name: String,
							Url: String
						},
						Shape: 
						{
							Id: 0,
							Name: String,
							Category: String,
							Geometry: String,
							Properties: String,
							ParentId: 0
						},
						Color: String,
						BorderColor: String,
						Style: String
					}
				],
				Level: 0,
				ExportId: 0,
				IsDummy: False,
				SortType: 0,
				Id: 0,
				SignificantName: String,
				SignificantWordId: 0,
				Name: String,
				ShortName: String,
				Description: String,
				DisplayName: String,
				Image: 
				{
					Id: 0,
					Name: String,
					Url: String
				},
				Shape: 
				{
					Id: 0,
					Name: String,
					Category: String,
					Geometry: String,
					Properties: String,
					ParentId: 0
				},
				Color: String,
				BorderColor: String,
				Style: String
			}
		],
		Level: 0,
		ExportId: 0,
		IsDummy: False,
		SortType: 0,
		Id: 0,
		SignificantName: String,
		SignificantWordId: 0,
		Name: String,
		ShortName: String,
		Description: String,
		DisplayName: String,
		Image: 
		{
			Id: 0,
			Name: String,
			Url: String
		},
		Shape: 
		{
			Id: 0,
			Name: String,
			Category: String,
			Geometry: String,
			Properties: String,
			ParentId: 0
		},
		Color: String,
		BorderColor: String,
		Style: String
	},
	StatusCode: String,
	StatusMessage: String
}