GET GlobalIndicators/SourceApplication/{name}

Returns a global indicator related to SOURCE application by its name.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
name

Name

string

Required

Body Parameters

None.

Response Information

Resource Description

Global indicator

GlobalIndicator
NameDescriptionTypeAdditional information
Id

Defines the indicator's id

integer

None.

Name

Defines the indicator's key

string

None.

Value

Defines the indicator's value

integer

None.

Response Formats

application/json, text/json

Sample:
{
  "Id": 1,
  "Name": "sample string 2",
  "Value": 1
}

application/xml, text/xml

Sample:
<GlobalIndicator xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Sif.Source.Api.Models">
  <Id>1</Id>
  <Name>sample string 2</Name>
  <Value>1</Value>
</GlobalIndicator>