-
Notifications
You must be signed in to change notification settings - Fork 232
Fluent Investigations
Darrel edited this page Jan 30, 2020
·
2 revisions
Example of retrieving a collection.
- https://github.com/pnp/pnpjs/blob/version-2/docs/graph/contacts.md#get-all-of-the-contacts
- https://docs.microsoft.com/en-us/graph/api/user-list-contacts?view=graph-rest-1.0&tabs=http#request
Example of adding to a collection.
- https://github.com/pnp/pnpjs/blob/version-2/docs/graph/invitations.md
- https://docs.microsoft.com/en-us/graph/api/invitation-post?view=graph-rest-1.0&tabs=csharp
Example of retrieving an entity
- https://github.com/pnp/pnpjs/blob/version-2/docs/graph/teams.md#get-teams-by-id
- https://docs.microsoft.com/en-us/graph/api/group-get?view=graph-rest-1.0&tabs=csharp
- https://github.com/pnp/pnpjs/blob/da9e3b254c32d0f6f1706a6405542d722783e848/test/sp/batch.ts#L31
- See docs example
- https://github.com/pnp/pnpjs/blob/d53ce714c999c67c438a754e518a9424b02f9c1b/docs/sp/alias-parameters.md#example-without-aliasing
- https://docs.microsoft.com/en-us/graph/api/user-list?view=graph-rest-1.0&tabs=csharp#example-2-users-request-using-select
- https://docs.microsoft.com/en-us/graph/sdks/create-requests?context=graph%2Fapi%2F1.0&view=graph-rest-1.0&tabs=CS