Skip to content

GET Company Group ID

Ksenyia edited this page May 17, 2016 · 1 revision

It gives the data of company group.

Resource URI

/companyGroups/{id}

Resource Properties

Property Description
id A string that uniquely identifies the company group.

Response Attribute

{
    _id: String,
    company_group_name: String,
    company_group_record_established: String,
    company_group_aliases: Array
}   

HTTP GET

Default Request

curl -GET http://end-point-uri/companyGroups/56fcd3eebe65cd01000bdb20

Response

HTTP Status Code 200

{
    _id: "56fcd3eebe65cd01000bdb20",
    company_group_name: "Anglogold Ashanti",
    company_group_record_established: "56fcd3eebe65cd01000bdb17",
    company_group_aliases: [ ]
}   
Clone this wiki locally