Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Add list wrapper fields to 'get all' example JSON.

...

All Configuration Values

Code Block
{success: "true",
 message: "",
 results: 13,
 rows: [
  {id: "e99ff3c7-6a59-4812-b3b1-285fa8764d3a",
   createdDate: 1337878800000,
   createdBy: 
  	   {id: "58ba5ee3-734e-4ae9-b9c5-943774b4de41",
	  firstName: "System",
	  lastName: "Administrator"},
   modifiedDate: 1337878800000,
   modifiedBy: 
     	{id: "58ba5ee3-734e-4ae9-b9c5-943774b4de41",
	  firstName: "System",
	  lastName: "Administrator"},
   objectStatus: "ACTIVE",
   name: "inst_name",
   description: "Institution name",
   value: "My Edu",
   valueValidation: null,
   defaultValue: "My Edu",
   sortOrder: 99}
  ]
}

Get Configuration by Parameter

...