List Notes Types


Description

This method is used to retrieve a list of notes types.

Authentication

Requires HTTP BASIC authentication.

HTTP Methods

Accepts GET requests.

URI

/api/note_types.json

Path Variables

No Path Variables.

HTTP Parameters

No HTTP Parameters.

Curl Example

Request

curl -u apiuser:test https://www.factorsnetwork.com/api/note_types.json
						

Response

{
  "noteTypes" : [ {
    "name" : "Address Change",
    "value" : "ADDRESS_CHANGE"
  }, {
    "name" : "Address is a mail store",
    "value" : "ADDRESS_MAIL_STORE"
  } ]
}

Note: Responses will not be pretty printed when using the API, but have been formatted here for documentation purposes.