Skip to content
Mats Sjöberg edited this page May 11, 2016 · 20 revisions

Profile API

POST api/profile (adding new profile, profile name response: profile ID)
GET api/profile/{ID} (get the content of profile, what is in the profile?)
POST api/profile/{ID} (for modifying... or should we use POST to api/profile as with data API?)
DELETE api/profile/{ID} (deleting obviously)

POST api/profile (adding new profile, profile name response: profile ID)

{
  name: “Kai’s formula profile”,
}

DiMe response:

{
  id: 83724, 
  name: “Kai’s formula profile”,
  search_keywords: [“x”, “y”, ],
  tags: [{ id: tag_id_x}, {id: tag_id_y}],	
}

Model API

register model (register name, get ID?)

Tag API

Update

Account API

Create, remove, forget, account pw

Status API

DiMe event count DiMe document count DiMe status, active loggers, API activity (log)

Clone this wiki locally