fix: correct get_activities field mapping, document wallget response (v0.3.2)
This commit is contained in:
@@ -151,6 +151,16 @@ Content-Type: application/x-www-form-urlencoded
|
||||
| `masterNested` | optional |
|
||||
| `sortBy` | optional |
|
||||
|
||||
**Response-Struktur (verifiziert):**
|
||||
```
|
||||
a00.r.r[]
|
||||
.metaId → ID der Aktivität (= wallMessageId)
|
||||
.refType → Aktivitätstyp (z.B. STATUS, FAMILY_CREATED)
|
||||
.text → Text (optional, fehlt bei System-Events)
|
||||
.creationDate → Datum (ISO 8601)
|
||||
.accountId → Autor-ID
|
||||
```
|
||||
|
||||
**Response-Struktur:** zu verifizieren beim ersten echten Call
|
||||
|
||||
### `wallactivityget` – Einzelne Aktivität abrufen
|
||||
|
||||
Reference in New Issue
Block a user