Skip to content
Mats Sjöberg edited this page May 9, 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} (search history saved to profile, tags
DELETE api/profile/{ID}

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}],	
}

GET api/profile/{ID}(get the content of profile, )

POST api/profile/{ID} (search history saved to profile, tags saved to the profile, change the name of the profile, )
DELETE api/profile/{ID}


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