GrowthZone REST API API Reference

undefined

API Endpoint
https://app.memberzone.org
Request Content-Types: application/json
Response Content-Types: application/json
Schemes: https
Version: v1.0

Paths

GET /rest/metadata/{describedobjecttype}/{describedobjectid}/fields/

describedobjecttype: string
in path

(no description)

describedobjectid: string
in path

(no description)

200 OK

OK

GET /rest/metadata/{describedobjecttype}/{describedobjectid}/fields/{id}

describedobjecttype: string
in path

(no description)

describedobjectid: string
in path

(no description)

id: integer
in path

(no description)

200 OK

OK

PUT /rest/metadata/{describedobjecttype}/{describedobjectid}/fields/{id}

describedobjecttype: object
in path

(no description)

describedobjectid: object
in path

(no description)

id: integer
in path

(no description)

Request Example
{
  "Value": "string"
}
200 OK

OK

GET /rest/metadata/fields

objecttype: string
in query

(no description)

200 OK

OK

GET /rest/metadata/fields/{id}

id: string
in path

(no description)

200 OK

OK

Schema Definitions

IHttpActionResult: object

Example
"object"

String: object

this[]: string
Length: integer
Example
{
  "this[]": "string",
  "Length": "integer"
}

MetadataUpdateRequest: object

Value: string
Example
{
  "Value": "string"
}