Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Reapit API response a property twice #11378

Open
hoangnguyentci opened this issue Aug 14, 2024 · 3 comments
Open

Reapit API response a property twice #11378

hoangnguyentci opened this issue Aug 14, 2024 · 3 comments
Labels
bug Something isn't working migrated Issues that have been migrated to an internal board

Comments

@hoangnguyentci
Copy link

Describe the bug
Reapit API response a property twice

To Reproduce
Steps to reproduce:

Call API: https://platform.reapit.cloud/properties/?id=BLV241297
Property ID BLV241297 appear twice in the response and the count is wrong:

"pageNumber": 1,
    "pageSize": 25,
    "pageCount": 2,
    "totalPageCount": 1,
    "totalCount": 1,
    "_links": {
        "self": {
            "href": "/properties/?PageNumber=1&PageSize=25&id=BLV241297"
        },
        "first": {
            "href": "/properties/?PageNumber=1&PageSize=25&id=BLV241297"
        }
    }

prop_id_BLV241297.json

Expected behaviour
Property ID BLV241297 should appear once in the response

Screenshots
Screenshot 2024-08-14 at 16 41 38

Device (please complete the following information for web issues):

  • Device: [e.g. iPhone6, PC, Mac]
  • OS: [e.g. iOS8.1]
  • Browser [e.g. Chrome, Safari]
  • Version [e.g. 22]

Additional context
Customer agent_name":"Romans" and client_code:"ROM"

@hoangnguyentci hoangnguyentci added bug Something isn't working needs-triage labels Aug 14, 2024
Copy link
Contributor

Thank you for taking the time to report a bug. We prioritise bugs depending on the severity and implications, so please ensure that you have provided as much information as possible. If you haven’t already, it really helps us to investigate the bug you have reported if you provide ‘Steps to Replicate’ and any associated screenshots.
Please ensure any personal information from the production database is obscured when submitting screenshots.
This issue will be reviewed in our weekly refinement sessions and assigned to a specific project board. We may also update the ticket to request additional information, if required.
For more information on our processes, please click here

@AshDeeming
Copy link

Migrated: PBI-5852

@AshDeeming AshDeeming added migrated Issues that have been migrated to an internal board and removed needs-triage labels Aug 15, 2024
@AshDeeming
Copy link

Developer note/update; There are 11 properties for this customer which have superfluous records in the 'matinfo' table, most of which pre-date the ability to update this information via API and likely reflect a defect in CRM

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working migrated Issues that have been migrated to an internal board
Projects
None yet
Development

No branches or pull requests

2 participants