Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Data Types

Response Object

Field nameTypeDescription
TBD
Metas
  
MetaData[]All MetaData
SuccessboolIndicates whether a request was successful (true) or not (false)
MessagestringError message if success is false

MetaData Object

Field nameTypeDescription
Namestring Type of MetaData
Valuesstring[]List of MetaData values of that type

Request/Response

HTTP Request

...

If successful, the response contains all Company Sizes, all Industries, and all Metros.

{

TBD

"Metas":

[

{

"Name": "Industry",
"Values":
[

"Agriculture",
"Agriculture > Animals & Livestock",
...

]

},

{

"Name": "Metro Area",
"Values":
[

"Portland, ME / Auburn, NH",
"New York Metropolitan Area, NY",
...

]

},

{

"Name": "Company Size",
"Values":
[

"Micro (1 - 9 Employees)",
"Small (10 - 49 Employees)",
...

]

}

]

"Success":true,

"Message":null

}

...