Skip to content

[IN:7186] API limit 500#41

Open
miss525 wants to merge 2 commits intoInflectra:mainfrom
ninodiasamidze:IN-7186]-API-GET-limits-to-500
Open

[IN:7186] API limit 500#41
miss525 wants to merge 2 commits intoInflectra:mainfrom
ninodiasamidze:IN-7186]-API-GET-limits-to-500

Conversation

@miss525
Copy link
Collaborator

@miss525 miss525 commented Mar 10, 2026

Added a Info box about limitation row 203-207
Also, added an additional explanation in line 170

Added a Info box about limitation row 203-207
Also, added an additional explanation in line 170
Copy link
Member

@simonhbor simonhbor left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good in general - some typos and small corrections


- **start_row** : The record starting number. This parameter starts at 1.
- **number_of_rows** : The maximum number of records to return. The bigger the number, the more time it takes for the request to be processed. If you are seeing timeout errors, reduce this value and make more requests to retrieve the data.
- **number_of_rows** : The maximum number of records to return. The bigger the number, the more time it takes for the request to be processed. If you are seeing timeout errors, reduce this value and make more requests to retrieve the data. Note, that currently there is a limiteation so the maximum allowed number of rows per single API call is 500.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please fix the typo for "limiteation"

[]
```

!!! info Limitation
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Correct syntax should be !!! info "Limitation"

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This needs to be exactly as I said it above. You need the " " around the word Limitation


!!! info Limitation
Currently, there is a limitation for the allowed number of rows that can be retrieved per single API GET query at a time. That is a design limit to protect the system from a performance perspective, typical for web applications. The maximum number of rows you can get by a single GET request is 500, for general API endpoints.
Considering this, make multiple GET requests (use pagination options) so the number of rows does not exceed that limit.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You need to add an empty line between paragraphs (not required for bullets but is for paragraphs)

```

!!! info Limitation
Currently, there is a limitation for the allowed number of rows that can be retrieved per single API GET query at a time. That is a design limit to protect the system from a performance perspective, typical for web applications. The maximum number of rows you can get by a single GET request is 500, for general API endpoints.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

IN per single API GET query at a time remove the GET as I think the limit applies to POST too. Do the same later in the sentence and in the paragraph below

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done all three PRs.
Hope this time all of them correct.
Sorry for extra time.

@miss525 miss525 assigned simonhbor and unassigned miss525 Mar 12, 2026
@simonhbor simonhbor assigned miss525 and unassigned simonhbor Mar 12, 2026
Replaced incorrect Atlassian login with DevOps login on line 27
@miss525 miss525 assigned simonhbor and unassigned miss525 Mar 13, 2026
Copy link
Member

@simonhbor simonhbor left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Something went wrong here - there are git lines included, and there are outstanding syntax fixes to do.

[]
```

!!! info Limitation
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This needs to be exactly as I said it above. You need the " " around the word Limitation

- **start_row** : The record starting number. This parameter starts at 1.
- **number_of_rows** : The maximum number of records to return. The bigger the number, the more time it takes for the request to be processed. If you are seeing timeout errors, reduce this value and make more requests to retrieve the data. Note, that currently there is a limiteation so the maximum allowed number of rows per single API call is 500.
- **number_of_rows** : The maximum number of records to return. The bigger the number, the more time it takes for the request to be processed. If you are seeing timeout errors, reduce this value and make more requests to retrieve the data.
Note, that currently there is a limitation so the maximum allowed number of rows per single API call is 500.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You need to add an empty line here and outdent, or you need to include it as part of line 170

[]
```

<<<<<<< Updated upstream
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Clean this up please


=======
!!! info "Limitation"
Currently, there is a limitation for the allowed number of rows that can be retrieved per single API query at a time. That is a design limit to protect the system from a performance perspective, typical for web applications. The maximum number of rows you can get by a single GET request is 500, for general API endpoints.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This needs to be indented

=======
!!! info "Limitation"
Currently, there is a limitation for the allowed number of rows that can be retrieved per single API query at a time. That is a design limit to protect the system from a performance perspective, typical for web applications. The maximum number of rows you can get by a single GET request is 500, for general API endpoints.
Considering this, make multiple GET requests (use pagination options) so the number of rows does not exceed that limit.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You need an empty line between paragraphs

Currently, there is a limitation for the allowed number of rows that can be retrieved per single API query at a time. That is a design limit to protect the system from a performance perspective, typical for web applications. The maximum number of rows you can get by a single GET request is 500, for general API endpoints.
Considering this, make multiple GET requests (use pagination options) so the number of rows does not exceed that limit.

>>>>>>> Stashed changes
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Clean this up please

@simonhbor simonhbor assigned miss525 and unassigned simonhbor Mar 13, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants