Versions Compared

Key

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

...

The UUIDs for a domain/s properties is returned with the following:

Getting the UUIDs of a Domain's Properties

GET /domains/<domain-name>/properties

...

Code Block
{
	"properties": [{
			.
		"uuid": "bab4b589-be75-4e7c-93c8-c89e037d307d",
			.
			.
		"propertyName": "capital",
			.
			.
		}, {
			.
		"uuid": "7388d88b-d2b8-4585-a08f-ab373c1b0043",
			.
			.
		"propertyName": "capital.city",
			.
			.
		}, {
  			.
			.
			.
	}]
}


Getting the UUIDs of an MDR's Properties

To get the UUIDs for a MDR's properties use:

...