---
title: SLRequestMethod.GET
framework: social
role: symbol
role_heading: Case
path: social/slrequestmethod/get
---

# SLRequestMethod.GET

Requests information from the specified resource.

## Declaration

```swift
case GET
```

## Discussion

Discussion Use a GET request to fetch information from the specified server, such as character limits or a user’s timeline.

## See Also

### Constants

- [SLRequestMethod.POST](social/slrequestmethod/post.md)
- [SLRequestMethod.DELETE](social/slrequestmethod/delete.md)
- [SLRequestMethod.PUT](social/slrequestmethod/put.md)
