Skip to content

Commit

Permalink
doc(list): add doc for lister logg endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
geekus committed Aug 29, 2016
1 parent d0a1aa7 commit fff5c52
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -229,4 +229,28 @@ Content-Type: application/json
"data": {...}
}
```

### GET /v2/lister/{liste}/logg

**Status codes:**

Returns `200 Ok` on successfull request.

**Example:**

```http
GET /v2/lister/57974036b565590001a98884/logg HTTP/1.1
Accept: application/json
HTTP/1.1 Ok
Content-Type: application/json
{
"data": [
{...},
{...}
]
}
```

## [MIT lisenced](https://github.com/Turistforeningen/Verdandi/blob/master/LICENSE)

0 comments on commit fff5c52

Please sign in to comment.