JLinkedinGroups::getDiscussions
Method to get dicussions for a group.
Signature
public function getDiscussions(string
$id,
[string
$fields = null,
[integer
$start = 0,
[integer
$count = 0,
[string
$order = null,
[string
$category = 'discussion',
[string
$modified_since = null]]]]]] )
Parameters
-
$id
- The unique identifier for a group.
-
$fields
- Request fields beyond the default ones.
-
$start
- Starting location within the result set for paginated returns.
-
$count
- The number of results returned.
-
$order
- Sort order for posts. Valid for: recency, popularity.
-
$category
- Category of posts. Valid for: discussion
-
$modified_since
- Timestamp filter for posts created after the specified value.
Returns
- array
- The decoded JSON response