About URI Structure

The CaseMap Server API is structured around making REST calls to resources stored on a server. The location of CaseMap Server resources are declared using a URI, which adheres to the following pattern:

 

Resource Content:

<ServerResource>/[<service>/[<type>/[<resource ID>]]][?<query>][#<fragment>]

 

The following table describes the elements of a CaseMap Server URI:

 

Element

Description

/ (Root)

Lists available services; the root also contains the properties of the service host.

Example: http://localhost/CaseMapAD/

 

<service>

Uniquely identifies a service on a service host.

Example: http://localhost/CaseMapAD/CMServerAD.svc/

 

<type>

Uniquely identifies the target resource type within a service.

Example: http://localhost/CaseMapAD/CMServerAD.svc/cases/

 

<resourceID>

The GUID of the resource.

Example: http://localhost/CaseMapAD/CMServerAD.svc/cases/case-6/data

 

? <query>

Optional constraint used to filter or narrow the selection of a resource or a collection of resources.

Example: http://localhost/CaseMapAD/CMServerAD.svc/cases/case-6/data/facts/?recordCount=5&startingRecordNumber=5

 

 

 

Need additional help? Email the CaseMap Support team at: casemap.support@lexisnexis.com, or contact a support representative at 1-800-833-3346 (option 3). The CaseMap Support team is available between the hours of 9:00 a.m. to 7:00 p.m. Eastern Time, Monday - Friday.

© 2017 LexisNexis. All rights reserved.