Mabius ideas¶
List of ideas¶
/projects/mabius/ideas/
Input vars
| Parameter | Type | Description |
|---|---|---|
Response
| Parameter | Type | Description |
|---|---|---|
| points | integer | Id |
| Nested in points(look point’s info) | ||
Project’s information¶
/projects/mabius/ideas/{idea_id}/
| method | GET |
| Auth | NO |
Response
| Parameter | Type | Description |
|---|---|---|
| idea_id | integer | Id |
| name | integer | User Id |
| brief | string | Title |
| description | string | Description |
| point_entity | object | Object with entity info |
| preview | object | Object with preview image info |
| comments_count | integer | Total amount of comments |
| website | string | Website |
| votes_count | integer | Total amount of votes |
| created_at | string | Insertion date |
Point’s comments¶
/projects/mabius/ideas/{idea_id}/comments/
| method | GET |
| Auth | NO |
Response
| Parameter | Type | Description |
|---|---|---|
| comments | array | |
| Nested in comments | ||
| user_id | integer | User Id |
| comment | string | Comment |
| date | timestamp | Insertion date |